clojure - How can I add a build step to leiningen? -


so i've got application built using foundation , ring, , want able compile custom foundation css whenever run lein ring server or like. specifically, i'd able add step runs compass compile [path]. what's idiomatic way this?

i say, leiningen hooks proper , idiomatic way so: hooks.

you can modify behaviour of built-in tasks degree using hooks. hook functionality provided robert hooke library, included leiningen.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -