There was an error while loading. Please reload this page.
1 parent 7bea91f commit b4ff639Copy full SHA for b4ff639
conf/paths.js
@@ -49,4 +49,4 @@
49
};
50
51
module.exports = paths;
52
-}(require,module));
+}(require, module));
conf/tasks/lint.js
@@ -21,7 +21,7 @@
21
22
gulp.task('js-lint', function onJsLint() {
23
24
- return gulp.src(paths.lib + paths.files.unminified)
+ return gulp.src(paths.lib + paths.files.unminified.js)
25
.pipe(jshint())
26
.pipe(jshint.reporter(stylish))
27
.pipe(eslint())
0 commit comments