diff --git a/Gruntfile.js b/Gruntfile.js index b1deb47bc6..07b193c734 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -68,7 +68,7 @@ var overrides = require('./core/server/overrides'), } }, express: { - files: ['core/ghost-server.js', 'core/server/**/*.js', 'config.*.json'], + files: ['core/ghost-server.js', 'core/server/**/*.js', 'config.*.json', '!config.testing.json'], tasks: ['express:dev'], options: { nospawn: true,