From: Anthony Talarico Date: Tue, 8 Aug 2017 18:37:31 +0000 (-0400) Subject: fixing dir name in gulp file X-Git-Tag: v1.0.0^2~58 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fe198fb97e00211f7b27168d64ef9f240fa46ef1;p=WP-Themes%2Fbaragacounty.git fixing dir name in gulp file --- diff --git a/gulpfile.js b/gulpfile.js index b15ec78..10c39b3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -130,7 +130,7 @@ gulp.task('default', ["runwatch","watch"]); //}); // //gulp.task('lint', function (){ -// return gulp.src('js/transpile/**/*.js') +// return gulp.src('js/transpiled/**/*.js') // .pipe(jshint()) // .on('error', swallowError) // .pipe(jshint.reporter('default'));