Adam Gabryś

Results 24 comments of Adam Gabryś

You can add `css` option to import rule instead of `.css` extension hack. ``` less @import (css) url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en"); ```

It will be supported when [this (lesscss-java #62)](https://github.com/marceloverdijk/lesscss-java/issues/62) will be done (probably never).

Yes, you can set the outputDirectory parameter to the same value as sourceDirectory. ``` xml src/main/less src/main/less ... ```

[M2Eclipse](http://www.eclipse.org/m2e/) is an Eclipse plugin which provides tight integration for Maven. It determines who and when plugins should be executed. Each plugin can store lifecycle mapping metadata with data on...

I analyzed the code and I think it is thread safe. The plugin uses Rhino, which creates new JavaScript environment for every thread. I wrote my own (https://github.com/gabrysbiz/lesscss-maven-plugin) which also...

The problem with imports is caused by "incorrect manual processing". I noticed that the plugin is not developed for a long time, so I wrote my own (https://github.com/gabrysbiz/lesscss-maven-plugin). I currently...

This is the same as #35. It can be closed as a duplicate.

This is the same as #51. It can be closed as a duplicate.

The problem with imports is caused by "incorrect manual processing". I noticed that the plugin is not developed for a long time, so I wrote my own (https://github.com/gabrysbiz/lesscss-maven-plugin). I currently...