From fe198fb97e00211f7b27168d64ef9f240fa46ef1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 8 Aug 2017 14:37:31 -0400 Subject: [PATCH] fixing dir name in gulp file --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- 2.17.1