alexo / wro4j

New project location is:https://github.com/wro4j/wro4j
442 stars 110 forks source link

LESS Compilation of Bootstrap 3.2.0 fails #191

Closed ghillert closed 10 years ago

ghillert commented 10 years ago

In order to maximize theming capabilities of my project, I use LESS together with Bootstrap. Unfortunately using the latest *Bootstrap version 3.2.0 the compilation of the LESS files fails using:

It works however using:

It would be nice if I would not need to rely on the platform-dependent lessc.

Thought: Given the popularity and complexity of Bootstrap's LESS files, would it be a good idea to make the LESS compilation of Bootstrap part of Wro4J's test suite?

alexo commented 10 years ago

Could you use the less4j processor instead of rhinoLessCss? Using bootstrap as part of the test suites wouldn't solve completely the problem, since every new version of bootstrap can have problems with older version of less....

alexo commented 10 years ago

@ghillert One more thing, the rhionLessCss is using the less webjar dependency. If the default webjar doesn't work as expected (probably because it is older than the latest version), you can update the webjar dependency.

I'm closing this issue based on the above arguments. If you don't agree, feel free to reopen.