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:
parent
3150142b2f
commit
7e2af0910e
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue