Browse Source

No event from watch

pull/1481/head
jlukic 10 years ago
parent
commit
14739edbcd
1 changed files with 1 additions and 1 deletions
  1. 2
      gulpfile.js

2
gulpfile.js

@ -188,7 +188,7 @@ gulp.task('watch', 'Watch for site/theme changes (Default Task)', function(callb
source.definitions + '**/*.less',
source.site + '**/*.{overrides,variables}',
source.themes + '**/*.{overrides,variables}'
], function(file, event) {
], function(file) {
var
srcPath,
stream,

Loading…
Cancel
Save