git ssb

16+

Dominic / patchbay



Commit d1693d2a241b30da1572207c29b12a7790e0c9e2

Add title to lite client

Anders Rune Jensen committed on 12/22/2016, 12:25:03 PM
Parent: 7e346a0bc25291412a1253960617b24d62f3ee2e

Files changed

package.jsonchanged
package.jsonView
@@ -61,9 +61,9 @@
6161 "electron": "^1.4.10",
6262 "indexhtmlify": "^1.3.1"
6363 },
6464 "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",
6666 "start": "electro index.js",
6767 "bundle": "node scripts/style.js && mkdir -p build && browselectrify index.js > build/bundle.js",
6868 "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell",
6969 "graph": "node index.js | dot -Tsvg > graph.svg",

Built with git-ssb-web