f51b720e05
- Manually call xdg-open instead of using shell.openItem(), which doesn't reliably work from the main process - If there's a connection error or timeout when asking the daemon to close, fall back on force killing |
||
---|---|---|
.. | ||
.travis | ||
dist | ||
js | ||
scss | ||
.babelrc | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
Dangerfile | ||
LICENSE.md | ||
package.json | ||
README.md | ||
watch.sh | ||
webpack.config.js | ||
webpack.dev.config.js |
Development Setup
- Install node and npm (linux users: use this. if that doesn't work, this gist may be useful)
- Run
./watch.sh
(this willnpm install
dependencies)