Commit d1693d2a241b30da1572207c29b12a7790e0c9e2
Add title to lite client
Anders Rune Jensen committed on 12/22/2016, 12:25:03 PMParent: 7e346a0bc25291412a1253960617b24d62f3ee2e
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -61,9 +61,9 @@ | |||
61 | 61 … | "electron": "^1.4.10", | |
62 | 62 … | "indexhtmlify": "^1.3.1" | |
63 | 63 … | }, | |
64 | 64 … | "scripts": { | |
65 | - "lite": "node scripts/style.js && mkdir -p build && browserify index.js | indexhtmlify > build/index.html", | ||
65 … | + "lite": "node scripts/style.js && mkdir -p build && browserify index.js | indexhtmlify --title patchbay > build/index.html", | ||
66 | 66 … | "start": "electro index.js", | |
67 | 67 … | "bundle": "node scripts/style.js && mkdir -p build && browselectrify index.js > build/bundle.js", | |
68 | 68 … | "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell", | |
69 | 69 … | "graph": "node index.js | dot -Tsvg > graph.svg", |
Built with git-ssb-web