lesscss-servlet icon indicating copy to clipboard operation
lesscss-servlet copied to clipboard

LESS Servlet - Runtime handling and optimization of less.js resources

Results 4 lesscss-servlet issues
Sort by recently updated
recently updated
newest added

lesscss.LessEngine.() - line 118 [] - LESS Engine intialization failed. org.mozilla.javascript.EvaluatorException: illegal character (/Users/torgeir/java/apache-tomcat-7.0.47/work/Catalina/localhost/frontend/loader/META-INF/less.js#2588) at org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:109) at org.mozilla.javascript.DefaultErrorReporter.error(DefaultErrorReporter.java:96) ...

implemented fix for `ResourcePackage` wrt key generation. When `-` was present in name, an endless loop might have occurred during inflating. Added a test case.

Is it the latest version is 1.2.3-SNAPSHOT but which should indicate that the latest released version is 1.2.2 Why can't I find them in your repository?

Looks like the servlet is "swallowing" some exceptions. Please use LOG4J or something to log all exceptions you catch. Also, in development mode, people will use cache == false. It...