Skip to content

Commit 6686735

Browse files
committed
Merge pull request #459 from eleven-labs/fix-gulp-scripts-es6
Add dep for task `gulp scripts:watch`
2 parents 0b1bed4 + 679a9e0 commit 6686735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/gulp/_scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = function(options) {
8888
return webpack(false);
8989
});
9090

91-
gulp.task('scripts:watch', function (callback) {
91+
gulp.task('scripts:watch', ['scripts'], function (callback) {
9292
return webpack(true, callback);
9393
});
9494
<% } %>

0 commit comments

Comments
 (0)