Andrew C. Dvorak

Results 3 issues of Andrew C. Dvorak

When compiling a file that `@import`s another LESS file, `lesscss-java` reports the wrong line number for syntax errors. For example, suppose I have the following files: #### `parent.less` ``` css...

Auto-detect Node.js (and allow user to specify `node` location via preference pane). If Node.js is available, use `node` instead of Rhino to compile.

enhancement
important

Separate out the core logic and behavior and move language-specific code into pluggable modules. This will allow additional languages to take advantage of this plugin's architecture: e.g., [Jade](http://jade-lang.com/) and [SASS](http://sass-lang.com/).

enhancement
minor