From 97afc8aa28297834ad97babf5aaa7470789e1a44 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 18 Jul 2019 15:31:04 +0100 Subject: [PATCH] Added frontend folder to watch task - without this grunt dev doesn't restart when making changes to the frontend --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 7f6e9fec80..53aad97cbe 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -78,6 +78,7 @@ const configureGrunt = function (grunt) { files: [ 'core/ghost-server.js', 'core/server/**/*.js', + 'core/frontend/**/*.js', 'config.*.json', '!config.testing.json' ],