Juanfran

Results 39 comments of Juanfran

It's strange, the same code works well for me... Do you run gulp from another directory?

I tried to do the same and it's works well. Could you make some changes in the plugin? Edit ./node_modules/gulp-scss-lint/index.js in the line 59 add console.log(process.cwd()); console.log(command); and tell me...

Sorry but I don't know that it could be happening, the plugin does't modify the options

it's working for me. The error is in [command.js](https://github.com/juanfran/gulp-scss-lint/blob/master/src/command.js), error code 127.

Hi!, sorry but currently you can't do it but maybe is possible to add the feature. I'm going to try these days to see if it's possible.

Hi! I haven't got an easy & clean solution to do this (yet¿), but I have an idea without changing this plugin. ```js function hook_stdout(message) { var old_write = process.stdout.write...

the gulpfile looks good, could you paste the content of `_banner.jade`?

did you try this? ``` js gulp.task('jade', function (cb) { return gulp.src(['**/*.jade'], {cwd: app + 'jade'}) .pipe($.plumber(options.plumber)) .pipe($.cached('jade')) .pipe($.if(global.isWatching, jadeInheritance({basedir: app + 'jade'}))) .pipe($.filter(function (file) { return !/\/_/.test(file.path) && !/^_/.test(file.relative);...

sorry for the delay in my answers I think that I've fixed the problem, could you upgrade to gulp-jade-inheritance 0.5.5? thanks

It should be available now