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
Post a Comment