We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no writecb in Transform class
Error msg no writecb in Transform class when tried to add sourcemaps support. How to solve this?
if (obj.stylesheet.rules.length > 0) { parseRules(obj.stylesheet.rules); cssContent = css.stringify(obj, { sourcemap: true }); } if (file.sourceMap) { applySourceMap(file, cssContent.map); } this.push(new File({ base: file.base, path: file.path, contents: new Buffer(cssContent.code) })); cb();
issues here weixin/gulp-lazyimagecss#1
The text was updated successfully, but these errors were encountered:
This is a problem with your usage of streams, not anything to do with gulp-sourcemaps.
Sorry, something went wrong.
No branches or pull requests
Error msg
no writecb in Transform class
when tried to add sourcemaps support.How to solve this?
issues here weixin/gulp-lazyimagecss#1
The text was updated successfully, but these errors were encountered: