projects
/
WP-Themes
/
baragacounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
252251d
)
fixing dir name in gulp file
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 8 Aug 2017 18:37:31 +0000
(14:37 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 8 Aug 2017 18:37:31 +0000
(14:37 -0400)
gulpfile.js
patch
|
blob
|
history
diff --git
a/gulpfile.js
b/gulpfile.js
index
b15ec78
..
10c39b3
100644
(file)
--- 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/transpile
d
/**/*.js')
// .pipe(jshint())
// .on('error', swallowError)
// .pipe(jshint.reporter('default'));