We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b1bed4 + 679a9e0 commit 6686735Copy full SHA for 6686735
1 file changed
app/templates/gulp/_scripts.js
@@ -88,7 +88,7 @@ module.exports = function(options) {
88
return webpack(false);
89
});
90
91
- gulp.task('scripts:watch', function (callback) {
+ gulp.task('scripts:watch', ['scripts'], function (callback) {
92
return webpack(true, callback);
93
94
<% } %>
0 commit comments