0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Merge pull request #5470 from jaswilli/issue-5322

Fix watch task paths
This commit is contained in:
Hannah Wolfe 2015-06-23 09:08:33 +01:00
commit 0d5e515171

View file

@ -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