Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 451 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 451 Bytes

Require Lispyscript code in your browserify-built webapp!

To use

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.