montoux / lein-less

Less css compiler plugin for the leiningen (clojure) build tool
Eclipse Public License 1.0
38 stars 15 forks source link

Compression support #10

Open malcolmsparks opened 9 years ago

malcolmsparks commented 9 years ago

lessc.js can determine the options fed to the compiler, one of which is compression

compress: true

It would be nice to build in support for compression and source maps.

sfnelson commented 9 years ago

I'm planning some major refactorings to this plugin to support less-2.0 but I don't have time to work on it at the moment. I'd be happy to accept a pull request if you want to work on this in the mean time. Compression should be quite simple, source maps is a bit trickier.

lypanov commented 9 years ago

My local fork allows you to pass options to the compiler. Hacky as hell though.