make-livescript

0.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i make-livescript

      Weekly Downloads

      3

      Version

      0.0.0

      License

      MIT

      Last publish

      Collaborators

      • quarterto