Maven Plugin for LESS

Following my earlier post on Twitter’s Bootstrap framework, and being a Java developer relying on Maven for builds, I needed a way to compile LESS files from Bootstrap into CSS ones.

I found a few plugins, but all of them were lacking decent documentation and did not work fine with Bootstrap.

Turns out it was way faster to write my own Maven Plugin than trying to fix one of the available ones.

So, I’m pleased to announce the first available version of this plugin.

Let me know if you need some help using it or if there is any additional stuff that should be added into it.

comments powered by Disqus