gulp-jscs Questions
3
Solved
I'm a novice at gulp, and trying to play with it. I get this error when I try to use gulp-jscs
'default' errored after 98 ms
[16:58:00] TypeError: Object.keys called on non-object
at Function.key...
Evonneevonymus asked 6/2, 2015 at 15:6
1
I have the following code in my gulpfile.js
gulp.src(['server.js'])
.pipe(jscs({fix: true}))
.pipe(gulp.dest('prod-app'));
But in prod-app/server.js is the same file as server.js. Without any ...
Manipur asked 19/6, 2015 at 10:20
1
© 2022 - 2024 — McMap. All rights reserved.