mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Add core/server.js to grunt watch
This commit is contained in:
parent
5ba8959e83
commit
db0a182200
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ var path = require('path'),
|
||||||
},
|
},
|
||||||
express: {
|
express: {
|
||||||
// Restart any time client or server js files change
|
// Restart any time client or server js files change
|
||||||
files: ['core/server/**/*.js'],
|
files: ['core/server.js', 'core/server/**/*.js'],
|
||||||
tasks: ['express:dev'],
|
tasks: ['express:dev'],
|
||||||
options: {
|
options: {
|
||||||
//Without this option specified express won't be reloaded
|
//Without this option specified express won't be reloaded
|
||||||
|
|
Loading…
Reference in a new issue