From 42923257d9c37a65e4065d66cd9b6b469ad02247 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 10 Jan 2015 00:28:19 +0000 Subject: 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 ... --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 360d0e8..a0aec87 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit