mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +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: {
|
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'],
|
tasks: ['express:dev'],
|
||||||
options: {
|
options: {
|
||||||
nospawn: true,
|
nospawn: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user