2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01: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: {
// 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