Skip to content

Commit

Permalink
Merge branch 'master' into update-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed May 1, 2017
2 parents a4b82ca + 5afcee1 commit 116fcb2
Show file tree
Hide file tree
Showing 43 changed files with 1,013 additions and 438 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
npm-debug.log
app/node_modules/
.DS_Store
.awcache
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ is as follows:
* Run `npm start` to launch the application. Changes will be compiled in the
background. The app can then be reloaded to see the changes (Ctrl/Command+R).

If you've made changes in the main-process folder you need to run `npm run
rebuild:dev` and then `npm run start` for these changes to be reflected.
If you've made changes in the `main-process` folder you need to run `npm run
build:dev` to rebuild the package, and then `npm start` for these changes to be
reflected in the running app.

If you're still encountering issues with building, refer to our
[troubleshooting](./docs/contributing/troubleshooting.md) guide for more common
Expand Down
Loading

0 comments on commit 116fcb2

Please sign in to comment.