包详细信息

make-livescript

quarterto3MIT0.0.0

Makefile include for Livescript

makefile, livescript

自述文件

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