git ssb

16+

Dominic / patchbay



Commit b3578789d421c2917e2f144cc3f72f86062ae753

Merge branch 'dev-install' of ssb://%s9mSFATE4RGyJx9wgH22lBrvD4CgUQW4yeguSWWjtqc=.sha256

(not sure about renaming build -> bundle but merged anyway)
Dominic Tarr committed on 12/1/2016, 7:41:37 AM
Parent: b5cd4312fc923a9f37624d949b22096bcedc8687
Parent: dbe8a8578e6c6cdb350c1d250ad3d646610b339f

Files changed

README.mdchanged
package.jsonchanged
README.mdView
@@ -33,11 +33,11 @@
3333 ```
3434 git clone https://github.com/dominictarr/patchbay.git
3535 cd patchbay
3636 npm install
37-npm install electro electron-prebuilt -g
38-npm run build
39-electro index.js
37 +npm run rebuild
38 +npm run bundle
39 +npm start
4040 ```
4141
4242 ## how to add a feature
4343
package.jsonView
@@ -55,15 +55,23 @@
5555 "text-node-searcher": "^1.1.0",
5656 "visualize-buffer": "0.0.0"
5757 },
5858 "devDependencies": {
59- "browselectrify": "^1.0.1"
59 + "browselectrify": "^1.0.1",
60 + "electro": "^2.0.3",
61 + "electron": "^1.4.10"
6062 },
6163 "scripts": {
62- "build": "node scripts/style.js && mkdir -p build && browselectrify index.js > build/bundle.js",
6364 "lite": "node scripts/style.js && mkdir -p build && browserify index.js | indexhtmlify > build/index.html",
65 + "start": "electro index.js",
66 + "bundle": "node scripts/style.js && mkdir -p build && browselectrify index.js > build/bundle.js",
67 + "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell",
6468 "graph": "node index.js | dot -Tsvg > graph.svg",
6569 "test": "set -e; for t in test/*.js; do node $t; done"
6670 },
6771 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
6872 "license": "MIT"
6973 }
74 +
75 +
76 +
77 +

Built with git-ssb-web