mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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: {
|
||||
files: [
|
||||
'content/themes/casper/css/*.css',
|
||||
'content/themes/casper/js/*.js',
|
||||
'content/themes/casper/assets/css/*.css',
|
||||
'content/themes/casper/assets/js/*.js',
|
||||
'core/client/assets/css/*.css',
|
||||
'core/built/scripts/*.js'
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue