mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
commit
0d5e515171
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