Skip to content

Commit b4ff639

Browse files
committed
typo on lint gulp file
1 parent 7bea91f commit b4ff639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
};
5050

5151
module.exports = paths;
52-
}(require,module));
52+
}(require, module));

conf/tasks/lint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
gulp.task('js-lint', function onJsLint() {
2323

24-
return gulp.src(paths.lib + paths.files.unminified)
24+
return gulp.src(paths.lib + paths.files.unminified.js)
2525
.pipe(jshint())
2626
.pipe(jshint.reporter(stylish))
2727
.pipe(eslint())

0 commit comments

Comments
 (0)