mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Merge pull request #3616 from sessa/patch-1
Incorrect livereload watch path.
This commit is contained in:
commit
9006617e56
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