Skip to content

Commit

Permalink
Se agrega una nueva tarea de gulp (watch)
Browse files Browse the repository at this point in the history
  • Loading branch information
mendozagioo committed Jun 6, 2018
1 parent cecba0e commit d6ac3f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ gulp.task('compressjs', function (cb) {
],
cb
);
});

gulp.task('compressjs:watch', function () {
gulp.watch('app/js/*.js', ['compressjs']);
});

0 comments on commit d6ac3f3

Please sign in to comment.