mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added core root files to grunt watch list properly
- We no longer have a core/index.js file - Instead we have a small set of root core files that should all trigger a watch reload
This commit is contained in:
parent
814a0054e7
commit
78cdd3fe13
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ const configureGrunt = function (grunt) {
|
|||
'core/server/**/*.js',
|
||||
'core/shared/**/*.js',
|
||||
'core/frontend/**/*.js',
|
||||
'core/index.js',
|
||||
'core/*.js',
|
||||
'index.js',
|
||||
'config.*.json',
|
||||
'!config.testing.json'
|
||||
|
|
Loading…
Add table
Reference in a new issue