Require Lispyscript code in your browserify-built webapp!
This transform will work with versions of Lispyscript after this commit to the Lispyscript repository.
Until the Lispyscript package on npm is updated, you'll have to depend on the version in the repository, something like this: "lispyscript": "git+https://github.com/santoshrajan/lispyscript.git#f4a3bd4076"
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.