0.0.0 • Published 10 years ago

make-livescript v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
10 years ago

make-livescript

GNU Make include for LiveScript.

usage

npm install make-livescript

Then in your Makefile:

include node_modules/make-livescript/livescript.mk

Then 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

MIT