0.2.0 • Published 10 years ago
Rapydscriptify v0.2.0
Require RapydScript code in your browserify-built webapp!
To use
Include rapydscriptify in your browserify-using package:
npm install rapydscriptify --save-devChange your build to use the rapydscriptify transform:
browserify -t rapydscriptify start.js -o coolbuild.jsAll files with the extension .pyj or .py will be interpreted as RapydScript files.
Lineage
This script is modified from lispyscriptify which, naturally, is the Lispyscript transform for Browserify.
0.2.0
10 years ago