Skip to content

Commit

Permalink
change name watch task from uglification to js
Browse files Browse the repository at this point in the history
  • Loading branch information
growdigital committed Aug 8, 2018
1 parent b3ce35a commit 5ef9e26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/starter/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gulp.task('clean', function(cb) {
// Watch task
gulp.task('watch', function() {
gulp.watch(paths.css, ['css']);
gulp.watch(paths.js, ['uglification']);
gulp.watch(paths.js, ['js']);
gulp.watch(paths.img, ['minimage']);
});

Expand Down
Empty file modified themes/starter/static/assets/app.css
100755 → 100644
Empty file.

0 comments on commit 5ef9e26

Please sign in to comment.