diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-10 00:28:19 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-10 15:19:51 +0000 |
commit | 42923257d9c37a65e4065d66cd9b6b469ad02247 (patch) | |
tree | 0b899d6162718f67779a23432380282702b62b03 /README.md | |
parent | 6f40bf1b66addeab7be4e8b867fa18456f201181 (diff) | |
download | git-deps-42923257d9c37a65e4065d66cd9b6b469ad02247.tar.gz |
switch to using Browserify
For now this requires using my fork noty which adds support for
CommonJS.
Unfortunately WebCola is still broken with CommonJS.
Gulp automation will come soon ...
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,6 +80,8 @@ you will need to install some dependencies: cd html npm install + browserify -d js/main.js -o js/bundle.js + * You will need the [Flask](http://flask.pocoo.org/) Python module installed. |