mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Incorrect livereload watch path.
This commit is contained in:
parent
2326d49e77
commit
8ce4546e2c
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ var path = require('path'),
|
||||||
},
|
},
|
||||||
livereload: {
|
livereload: {
|
||||||
files: [
|
files: [
|
||||||
'content/themes/casper/css/*.css',
|
'content/themes/casper/assets/css/*.css',
|
||||||
'content/themes/casper/js/*.js',
|
'content/themes/casper/assets/js/*.js',
|
||||||
'core/client/assets/css/*.css',
|
'core/client/assets/css/*.css',
|
||||||
'core/built/scripts/*.js'
|
'core/built/scripts/*.js'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue