Compile LiveScript files with gobble
npm install gobble-livescriptCompile LiveScript files with gobble. Creates source maps automatically.
First, you need to have gobble installed - see the gobble readme for details. Then,
``bash`
npm i -D gobble-livescript
gobblefile.js
`js``
var gobble = require( 'gobble' );
module.exports = gobble( 'src' ).transform( 'livescript' );
MIT. Copyright 2014 Rich Harris