Martijn Russchen

Results 66 comments of Martijn Russchen

Feel free to open a pull request to make an attempt to fix this.

Where should I add verbose? This is the task itself: ``` gulp.task('sass', function() { var src = gulp.src('frontend/assets/stylesheets/*.scss'); return src .pipe(sourcemaps.init()) .pipe(sass()) .pipe(scsslint()) .pipe(replaceAssetDataUrl()) .pipe(autoprefixer({ browsers: [ 'last 2 versions',...

Hi @tolo7010, thanks for writing this up. I'm struggling a bit with verifying the need to explain how a report ID works. Do you think it's not clear enough, that...

@josiahsprague This project is still maintained. We welcome PRs to improve functionality or fix bugs.

Feel free to create a PR that fixes this.

This should be fixed with #2132 merged. We will release a new version shortly.

Awesome, can you add some tests to cover the functionality and a docs site example so that others know how to use this too?

Can you pull in the latest changes from master? It doesn't look like the CI picked up this PR yet.