0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Added frontend folder to watch task

- without this grunt dev doesn't restart when making changes to the frontend
This commit is contained in:
Hannah Wolfe 2019-07-18 15:31:04 +01:00
parent ca7dfe0932
commit 97afc8aa28

View file

@ -78,6 +78,7 @@ const configureGrunt = function (grunt) {
files: [
'core/ghost-server.js',
'core/server/**/*.js',
'core/frontend/**/*.js',
'config.*.json',
'!config.testing.json'
],