1.1.5 • Published 10 years ago

simp-less v1.1.5

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

#simp-less a simple package for watching a less directory and compiling it into source code

##installation npm i simp-less -g|--save-dev|--save

usage

cli

usage: simp-less --in directory --out directory
	--in				directory in
	--out 				directory out
	-R,--recursive		recursive watch (with --recursive specify level) default 0
	-W					watch
	-m,--minify			minify css output
	-c,--concat 		concatenate all input files together into one output

npm scripts

scripts: {
	...
    "watch:less": "simp-less --in directory --out directory -WR",
	...
}

notes

still in progress. basic recursive watch with/without minification is most functionality right now. One time compilation is under construction.

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago