0
Fork 0
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:
Hannah Wolfe 2021-05-04 16:46:57 +01:00
parent 814a0054e7
commit 78cdd3fe13

View file

@ -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'