cds-snc / node-starter-app

Quick start application setup.... because you have to start somewhere.
MIT License
5 stars 3 forks source link

Reload dev server on changes to .pug templates #14

Closed dsamojlenko closed 5 years ago

dsamojlenko commented 5 years ago

nodemon by default monitors .js,.json, and coffescript file extensions for changes. This adds a config block to package.json to specify .js,.json, and .pug as extensions to watch.