Skip to content

Cpag/lessnow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

lessnow

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:

The Less Now project page.

Getting started

Write a configuration file "lessnow-config.json"

{
	"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
		}
	}
}

Start Less Now

java -jar lessnow-N.jar -conf lessnow-config.json

About

Less Now, a LESS CSS compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages