GoogleChromeLabs / application-shell

Service Worker Application Shell Architecture
https://app-shell.appspot.com/
Apache License 2.0
1.18k stars 143 forks source link

Move app.js to top level? #61

Closed gauntface closed 8 years ago

gauntface commented 8 years ago

Two things:

1) Get gulp dev to start nodemon app.js 2.) Move app.js to root (This way any file changes in the directory will restart the server, rather than in just the server).

Because we inline CSS, a css change should restart the server.

gauntface commented 8 years ago

Should be fixed now.