Less Now is a LESS CSS compiler written in Java. It is a fork of Lé-css. The license is CC BY.
It uses the following libraries:
- lesscss-java
- Apache Commons IO 2.1
- Apache Commons Lang 3.1
- Apache Commons Logging 1.1.1
- Rhino: JavaScript for Java 1.7R3
- filedrop
- json-simple: Json parser for Java 1.1.1
{
"gui-config": {
"height": 700,
"width": 500,
"location-x": "left",
"location-y": "bottom"
},
"project-defaults": {
"charset": "UTF-8",
"minify": true,
"recursive": false,
"scan-delay-dir-s": 10,
"scan-delay-files-s": 3,
"show-updated-files": "1d",
"auto-add-dir-as-projects": false,
"auto-add-dir-regexp": ".*mydir.*",
"auto-add-dir-name-count": 2
},
"projects": {
"p1": {
"path": "/path/to/project1/"
},
"p2": {
"path": "/path/to/project2/dir-with-less/",
"minify": false
}
}
}
java -jar lessnow-N.jar -conf lessnow-config.json