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

View file

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