ausybenelux / Ocelot

Ocelot is a theming starter kit for drupal 7.
5 stars 2 forks source link

The watch task should also watch the js #209

Closed rob-bar closed 8 years ago

rob-bar commented 8 years ago
/ -----------------------------------------------------------------------------
// WATCH
// -----------------------------------------------------------------------------

gulp.task("watch", "Watches your files", function() {
 gulp.watch(config.path.scss, ["sass"]);
 gulp.watch(config.path.js + "/**/*.js", ["browserify"]);
});
sqndr commented 8 years ago

Don't forget to update the help text. 🙈

rob-bar commented 8 years ago

:+1: aait