git ssb

16+

Dominic / patchbay



Commit a692047f69bbb665d6be280233fdf5a8131c4594

add script to build lite client

Ev Bogue committed on 12/1/2016, 1:20:56 AM
Parent: e7fc925105dd9b5a36e85af534af3db99b13faed

Files changed

package.jsonchanged
package.jsonView
@@ -59,8 +59,9 @@
5959 "browselectrify": "^1.0.1"
6060 },
6161 "scripts": {
6262 "build": "node scripts/style.js && mkdir -p build && browselectrify index.js > build/bundle.js",
63 + "lite": "node scripts/style.js && mkdir -p build && browserify index.js | indexhtmlify > build/index.html",
6364 "graph": "node index.js | dot -Tsvg > graph.svg",
6465 "test": "set -e; for t in test/*.js; do node $t; done"
6566 },
6667 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",

Built with git-ssb-web