Skip to content

Commit

Permalink
add gulp javascript task to gulp watcher task
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmartineau committed Aug 22, 2016
1 parent 06cbaf6 commit 1e61ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kickoff/tasks/watcher.js
Expand Up @@ -16,6 +16,6 @@ gulp.task('watcher', () => {
gulp.watch([`${config.css.scssDir}/**/*.scss`], ['css']);
gulp.watch([`${config.icons.srcDir}/**/*`], ['icons']);
gulp.watch([`${config.img.srcDir}/**/*`], ['images']);
// gulp.watch(`${config.js.srcDir}/**/*.js`, ['webpack']);
gulp.watch(`${config.js.srcDir}/**/*.js`, ['javascript']);
});

0 comments on commit 1e61ee5

Please sign in to comment.