0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #1253 from halfdan/gruntfile-watch

Add core/server.js to grunt watch
This commit is contained in:
Hannah Wolfe 2013-10-24 07:14:49 -07:00
commit adcdeb0205

View file

@ -94,7 +94,7 @@ var path = require('path'),
},
express: {
// Restart any time client or server js files change
files: ['core/server/**/*.js'],
files: ['core/server.js', 'core/server/**/*.js'],
tasks: ['express:dev'],
options: {
//Without this option specified express won't be reloaded