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 ... --- html/package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'html/package.json') diff --git a/html/package.json b/html/package.json index 124f092..909b4ba 100644 --- a/html/package.json +++ b/html/package.json @@ -27,9 +27,13 @@ "dependencies": { "d3-tip": "~0.6.6", "d3": "~3.5.3", - "webcola": "~0.1.1", + "webcola": "aspiers/WebCola#fix/main-entrypoints", "jquery": "~2.1.3", - "noty": "~2.3.0" + "noty": "aspiers/noty#fix/commonjs", + "browserify": "*" + }, + "devDependencies": { + "watchify": "*" }, "directories": { "test": "test" -- cgit