0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Merge pull request #5395 from jaswilli/grunt-watch

Update grunt watch task with new file and option names
This commit is contained in:
Hannah Wolfe 2015-06-06 07:09:24 +01:00
commit b6b2b3a16f

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