Require Lispyscript code in your browserify-built webapp!
Include lispyscriptify
in your browserify-using package:
npm install lispyscriptify --save-dev
Change your build to use the lispyscriptify transform:
browserify -t lispyscriptify start.js -o coolbuild.js
All files with the extension .ls
will be interpreted as Lispyscript files.