stephenlacy/gulp-stylus

Support --resolve-url-nocheck

Closed this issue · 2 comments

In #20, resolve url support has been added.

Please support both --resolve-url and --resolve-url-nocheck

Using plain --resolve-url may sometimes cause problems, see: stylus/stylus#2119

And that is my related pull request for grunt-contrib-stylus, may it help you: gruntjs/grunt-contrib-stylus#147

The option as you added it directly to the grunt plugin is already supported and looks like this into gulp-stylus:

{ set: ['resolve url nocheck'] }

Thank you! So, everything is already done :)