cornet icon indicating copy to clipboard operation
cornet copied to clipboard

Precompilation

Open RyanMcG opened this issue 12 years ago • 1 comments

Are there any efforts into supporting precompilation? Is that even on the roadmap? One advantage of the stefon/dieter troupe is precompilation was a main objective.

RyanMcG avatar Nov 18 '13 05:11 RyanMcG

If by precompilation, you mean separate task, then I didn't get into that (I assume a leiningen plugin would be necessary). Although if you use the handler as prescribed in the README.md, it should precompile all listed .less and .coffee files during app compilation/loading (compilation has a fuzzy meaning in Clojure). I didn't want to minify in that phase by default, because it is very fast, and I don't want to have to list all the javascript/css files (getting them all automatically from classpath is a bit tricky).

This functionality is based on my needs so far, so if you would see something else, I really welcome all input. As for the roadmap, I just released this lib, so I sill need feedback to follow with a roadmap :) .

cosmi avatar Nov 19 '13 14:11 cosmi