Browse Source

Remove error when updating semantic.config during watch

pull/1191/head
jlukic 10 years ago
parent
commit
2478b7768c
1 changed files with 0 additions and 3 deletions
  1. 3
      gulpfile.js

3
gulpfile.js

@ -228,9 +228,6 @@ gulp.task('watch', 'Watch for site/theme changes (Default Task)', function () {
;
}
else {
console.error('Definition file not found', path);
}
})
;

Loading…
Cancel
Save