mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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: {
|
express: {
|
||||||
files: ['core/server.js', 'core/server/**/*.js'],
|
files: ['core/ghost-server.js', 'core/server/**/*.js'],
|
||||||
tasks: ['express:dev'],
|
tasks: ['express:dev'],
|
||||||
options: {
|
options: {
|
||||||
// **Note:** Without this option specified express won't be reloaded
|
spawn: false
|
||||||
nospawn: true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
csscomb: {
|
csscomb: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue