lesscss-engine
lesscss-engine copied to clipboard
LESS Engine - A Java wrapper for less.js
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Caused by: com.asual.lesscss.LessException: java.net.MalformedURLException: unknown protocol: jndi
I'm using jboss to run web app, this library throws this exception: Caused by: com.asual.lesscss.LessException: java.net.MalformedURLException: unknown protocol: jndi at com.asual.lesscss.LessEngine.parseLessException(LessEngine.java:252) at com.asual.lesscss.LessEngine.compile(LessEngine.java:180) at com.asual.lesscss.LessEngine.compile(LessEngine.java:165) at com.my.system.frontend.LessCssGen.generateCssFromLess(LessCssGen.java:49)
Hello! I have a problem that when I write: `margin-left: -1vw;` It compiles into: `margin-left: -1 vw;` And it failes in the browser as a typo. Observe the space between...
``` java -classpath /usr/share/java/commons-logging.jar:/usr/share/java/commons-cli.jar:/usr/share/java/lesscss-engine.jar:/usr/share/java/rhino.jar com.asual.lesscss.LessEngineCli spacewalk.less Exception in thread "main" java.lang.IllegalArgumentException: opt contains illegal character value '-' at org.apache.commons.cli.OptionValidator.validateOption(OptionValidator.java:73) at org.apache.commons.cli.Option.(Option.java:123) at org.apache.commons.cli.Options.addOption(Options.java:131) at org.apache.commons.cli.Options.addOption(Options.java:114) at com.asual.lesscss.LessEngineCli.main(LessEngineCli.java:49) ``` It works...
I am using lesscss dependency and it uses Rhino 1.7R4 com.asual.lesscss lesscss-engine 1.5.1 I am getting the following error: org.mozilla.javascript.EcmaError: TypeError: Cannot find function bind. (file:/opt/tomcat/webapps/ABC/WEB-INF/lib/lesscss-engine-1.5.1.jar!/META-INF/source-map.js#152) at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3350) at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3340)...
I know you've pretty much moved on, but wanted to see if maybe anyone else resolved this issue. When source maps are turned on, I can't get imports working properly...
This is a WIP PR, initially showing that `@import (reference)` doesn't work properly. It shouldn't output the contents of the referenced file, only make it available for mixins and variables....
Any plan to add support for the latest lesscss which is 2.2.0?
org.mozilla.javascript.EcmaError: TypeError: Cannot find function bind in object [exec] function (deps, callback) { [exec] if (Array.isArray(deps)) { [exec] var params = deps.map(function (dep) { [exec] return this.lookup(dep); [exec] }, this);...
Compiling bootstrap occasionally results in a thread hung indefinitely in a busy loop. Usually it compiles in a few seconds, but i've been seeing it stuck for several hours at...