0.0.0 • Published 12 years ago
make-livescript v0.0.0
make-livescript
GNU Make include for LiveScript.
usage
npm install make-livescriptThen in your Makefile:
include node_modules/make-livescript/livescript.mkThen make compiles all .ls files nested under src/ and puts the resulting .js files in lib/, and make clean removes lib/.
config
SRC = 'path/to/livescript/files'
LIB = 'path/to/output/dir'
LS_OPTS = 'pass flags to lsc'licence
0.0.0
12 years ago