I would like to see everything, but the .min.ext files in my directories with gulp.js. What is the best way to filter them out?
Example:
gulp.task('watch', function(e) { gulp.watch('./js/*.js', ['css']);
EDIT: If this cannot be done without external packages, which one is most right?
i-- Feb 06 2018-12-14T00: 00Z
source share