0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Add core/server.js to grunt watch

This commit is contained in:
Fabian Becker 2013-10-23 20:58:28 +00:00
parent 5ba8959e83
commit db0a182200

View file

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