Juanfran

Results 40 comments of Juanfran

bacause `gulp-changed` checks the last modified date, if example.html is less recent than example.jade then `gulp-changed` pass through example.jade sorry if I haven't explained well

at the beginning or after a change? I have a project with many files too and it works well https://github.com/taigaio/taiga-front/blob/master/gulpfile.js

thanks! scss-lint is the old name, the new gem name is scss_lint https://github.com/brigade/scss-lint

Could be the ruby version? I've ruby 1.9.3

Have you tried if scss-lint (not gulp-scss-lint) works in bash? (with the scss_lint gem)

that's very weird... try to add the `verbose` options and see what prints.. have you tried this? ``` js gulp.task('scss-lint', function() { return gulp.src(['src/styles/**/*.scss', '!**/*_scsslint_tmp*.scss']) .pipe($.scssLint()) }); ```

thanks @SpenceDiNicolantonio !

that's it, `gulp-scss-lint` doesn't create any tmp file

thanks @salex772 I'll add a warning in the docs and wait to jade-inheritance upgrade

could you try in the last release?