Added frontend folder to watch task
- without this grunt dev doesn't restart when making changes to the frontend
This commit is contained in:
parent
ca7dfe0932
commit
97afc8aa28
@ -78,6 +78,7 @@ const configureGrunt = function (grunt) {
|
||||
files: [
|
||||
'core/ghost-server.js',
|
||||
'core/server/**/*.js',
|
||||
'core/frontend/**/*.js',
|
||||
'config.*.json',
|
||||
'!config.testing.json'
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user