git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit cbf19797b80067e6771f976bc6485234faad4d0d

build to index.html

Dominic Tarr committed on 7/15/2016, 5:50:57 AM
Parent: ff628d11401bef9803524ee394e9fc29cdecc068

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 | indexhtmlify > test.html",
41+ "build": "node build.js > modules/index.js; browserify -t brfs index.js | indexhtmlify > 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