Reputation: 28252
So I've got an application built using Foundation and Ring, and I want to be able to compile my custom Foundation CSS whenever I run lein ring server
or the like. Specifically, I'd like to be able to add a step the runs compass compile [path]
. What's the idiomatic way to do this?
Upvotes: 5
Views: 1081