A trivial Common Lisp library to watch a directory containing Parenscript source files and compile (and bundle) those to JavaScript.
Node.js and npm. We use npm installed libraries to bundle a "vendor.js" of all the JavaScript dependencies of your own Parenscript project.
We also need the following npm modlues/tools:
Browserify,
js-beautify and
UglifyJS as command line apps.
For example sudo npm install uglify-js -g
.