mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Merge pull request #1253 from halfdan/gruntfile-watch
Add core/server.js to grunt watch
This commit is contained in:
commit
adcdeb0205
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ var path = require('path'),
|
|||
},
|
||||
express: {
|
||||
// Restart any time client or server js files change
|
||||
files: ['core/server/**/*.js'],
|
||||
files: ['core/server.js', 'core/server/**/*.js'],
|
||||
tasks: ['express:dev'],
|
||||
options: {
|
||||
//Without this option specified express won't be reloaded
|
||||
|
|
Loading…
Add table
Reference in a new issue