0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Added server reload for injected CSS file changes when running yarn dev

no issue

- CSS is rebuilt on theme activation which is annoying to trigger manually whilst developing
- adding whole server reload also triggers theme activation + injected CSS/JS rebuild so it gives us the same reload behaviour as other server-side file changes
This commit is contained in:
Kevin Ansfield 2021-11-09 11:07:28 +00:00
parent 3150142b2f
commit 7e2af0910e

View file

@ -74,6 +74,7 @@ module.exports = function (grunt) {
'core/server/**/*.js',
'core/shared/**/*.js',
'core/frontend/**/*.js',
'core/frontend/src/**/*.css',
'!core/frontend/public/**',
'core/*.js',
'index.js',