lesscss-java
lesscss-java copied to clipboard
LESS CSS Compiler for Java
…hino-1.7.0.js These functions are missing from the original version lessc-rhino-1.7.0.js, but are easily added. No changes in less-rhino-1.7.0.js are needed.
This fix issue #59
I got this error always in my mac I tried with different java versions, different rhino versions, even tried to upgrade my os to OS X Yosemite. Nothing helps. Using...
I ran into this issue when I started using lesscss java compiler - https://github.com/yui/yuicompressor/issues/161. My module is already using YUI Compressor. Any pointers on how to have both co-exist? Is...
Anyway to suppress rhinos console.log("done"); after each compilation?
A simple feature request with a not-so-simple solution (I'm guessing); I would like to be able to do the following: ``` css @import "classpath:my/package/name/myfile.less"; ```
If on a Windows PC you compile a LESS file with Windows linebreaks (\r\n), then the resulting CSS file will have Unix linebreaks (\r). This is not consistant. Thanks.
I get a reference error from a missing "os" variable, which is referenced here: https://github.com/marceloverdijk/lesscss-java/blob/master/src/main/resources/META-INF/lessc-rhino-1.7.0.js#L263-L273 This is clearly related to https://github.com/less/less.js/issues/2005
Hi guys, I tryed run my project out of IDE (Eclipse) and throws error below. org.lesscss.LessException: org.mozilla.javascript.EcmaError: TypeError: Cannot find function bind in object This error happens only with ES5...