diff --git a/gulpfile.js b/gulpfile.js index b0d82e7..3c4fbae 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -20,7 +20,7 @@ gulp.task('watch', function() { }); gulp.task('clean', function(){ - return gulp.src(['js/bowr.js', 'css/bundle.css', 'components/moment/**', 'components/jquery/**'], { read: false }) // much faster + return gulp.src(['js/bowr.js', 'css/bundle.css', 'components/moment', 'components/jquery'], { read: false }) // much faster .pipe(rimraf()); });