A very simple buildscript for livescript
npm install simple-livescript-watch
``javascript
`
npm install simple-livescript-watch
.ls
Very simple livescript build that starts a watch and compile process for any scripts in your directory structure, The only dependencies is the livescript compiler that needs to be installed locally .
`
Note:If you add a new livescript file you need to restart the function/process.
to run simply
javascript
``
require("simple-livescript-watch")()