mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
Incorrect livereload watch path.
This commit is contained in:
parent
2326d49e77
commit
8ce4546e2c
@ -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…
Reference in New Issue
Block a user