0
Fork 0
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:
Jason Williams 2015-06-05 14:48:04 -05:00
parent c8a49033a5
commit 58ab576455

View file

@ -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: {