mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
e25ecd7846
commit
40f59e2e4b
1 changed files with 2 additions and 4 deletions
|
@ -67,10 +67,8 @@ var _ = require('lodash'),
|
|||
files: [
|
||||
'content/themes/casper/assets/css/*.css',
|
||||
'content/themes/casper/assets/js/*.js',
|
||||
'core/client/dist/*.js',
|
||||
'core/client/dist/*.css',
|
||||
'core/built/scripts/*.js',
|
||||
'core/client/app/html/*.html'
|
||||
'core/built/assets/*.js',
|
||||
'core/client/dist/index.html'
|
||||
],
|
||||
options: {
|
||||
livereload: true
|
||||
|
|
Loading…
Add table
Reference in a new issue