git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit 79737575585dc62349a1a2dc95a1ca4f2558e6c5

fix build script

Dominic Tarr committed on 7/22/2016, 3:48:47 AM
Parent: b52121dfc8bdd03d92c43ebc8a4c024c940b3252

Files changed

package.jsonchanged
package.jsonView
@@ -37,9 +37,9 @@
3737 "brfs": "^1.4.3",
3838 "indexhtmlify": "^1.2.1"
3939 },
4040 "scripts": {
41- "build": "node build.js > modules/index.js && browserify -t brfs index.js > build/bundle.js && indexhtmlify < bundle.js > build/index.html",
41+ "build": "node build.js > modules/index.js && mkdir -p build && browserify -t brfs index.js > build/bundle.js && indexhtmlify < build/bundle.js > build/index.html",
4242 "graph": "node index.js | dot -Tsvg > graph.svg",
4343 "test": "set -e; for t in test/*.js; do node $t; done"
4444 },
4545 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",

Built with git-ssb-web