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'
],