1 parent 0c08f0b commit a3afe7dCopy full SHA for a3afe7d
1 file changed
gulpfile.js
@@ -61,13 +61,13 @@ var replacement = {
61
};
62
63
gulp.task('jshint', function () {
64
- return gulp.src(scripts.all).
+ return gulp.src(scripts.src).
65
pipe(plugins.jshint('src/.jshintrc')).
66
pipe(plugins.jshint.reporter('default'));
67
});
68
69
gulp.task('jscs', function () {
70
71
pipe(plugins.jscs());
72
73
0 commit comments