A browserify plugin for LiveScript.
browserify only supports JavaScript
and CoffeeScript
out-of-the-box.
Transpilers (other than CoffeeScript
, for now) are supported via plugins.
cd ~/org/repo
npm i livescript-browserify
browserify --plugin livescript-browserify
bundle = browserify "#{__dirname}/entry.ls"
bundle.use require 'livescript-browserify'
Not just yet. Please lodge any issues you find :)