Garrett Henderson

Results 5 issues of Garrett Henderson

Consider: ``` @include component (module) { @include option(big) { @include part(part) { color: red; } } } ``` With node-sass 3.3.3 the output (as I would expect) is: ``` .module.\--big...

I recently had the need to set a specific option for Cheerio (`scriptingEnabled: false`) but there is currently no way to pass any configuration options. Does it make sense to...

What about making this compatible with gulp-sourcemaps so a sourcemap with original source files can be generated?

help wanted
gulp

Hello. Where might I find what options are available for the `options` parameter? I could be missing the obvious, but I didn't see them documented anywhere. Thanks.

The callback isn't behaving as I expect when using glob file patterns. This works as you might expect: ```javascript copy('src/api/public/index.php', 'dist', function (err, file) {}) // -> index.php is copied...

bug