mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update grunt watch task with new file and option names
This commit is contained in:
parent
c8a49033a5
commit
58ab576455
1 changed files with 2 additions and 3 deletions
|
@ -77,11 +77,10 @@ var _ = require('lodash'),
|
|||
}
|
||||
},
|
||||
express: {
|
||||
files: ['core/server.js', 'core/server/**/*.js'],
|
||||
files: ['core/ghost-server.js', 'core/server/**/*.js'],
|
||||
tasks: ['express:dev'],
|
||||
options: {
|
||||
// **Note:** Without this option specified express won't be reloaded
|
||||
nospawn: true
|
||||
spawn: false
|
||||
}
|
||||
},
|
||||
csscomb: {
|
||||
|
|
Loading…
Reference in a new issue