mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
🐛 fixed grunt dev
restarting loads during tests (#8798)
closes #8599 - `grunt dev` was watching for changes to all config files - added an ignore for config.testing.json - now it won't restart constantly during tests
This commit is contained in:
parent
3276820340
commit
2ce1b5e071
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user