Skip to content

Commit

Permalink
Merge pull request #459 from eleven-labs/fix-gulp-scripts-es6
Browse files Browse the repository at this point in the history
Add dep for task `gulp scripts:watch`
  • Loading branch information
Swiip committed Apr 2, 2015
2 parents 0b1bed4 + 679a9e0 commit 6686735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulp/_scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports = function(options) {
return webpack(false);
});

gulp.task('scripts:watch', function (callback) {
gulp.task('scripts:watch', ['scripts'], function (callback) {
return webpack(true, callback);
});
<% } %>
Expand Down

0 comments on commit 6686735

Please sign in to comment.