fixing dir name in gulp file
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Aug 2017 18:37:31 +0000 (14:37 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Aug 2017 18:37:31 +0000 (14:37 -0400)
gulpfile.js

index b15ec78..10c39b3 100644 (file)
@@ -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'));