valentinibanez

Results 2 comments of valentinibanez

solved it by inserting var lintScripts = lazypipe() .pipe($.jshint, '.jshintrc') .pipe($.jshint.reporter, 'jshint-stylish'); var styles = lazypipe() .pipe($.autoprefixer, 'last 1 version') .pipe(gulp.dest, '.tmp/styles'); instead of var lintScripts = lazypipe() .pipe($.jshint) //...