Skip to content
New issue

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

feat(sourcemaps): provide option for writing out external sourcemaps #80

Closed
wants to merge 1 commit into from
Closed

Conversation

booleanbetrayal
Copy link
Contributor

This PR introduces a new sourceMapDest configuration option for gulp-sass. If a sourcemap has been produced, and this option is specified, gulp-sass will synchronously write the sourcemap contents to a file stream and updating the CSS content stream with a path-less reference (since gulp stream destination is ultimately unknown).

This might not be ideal for everyone, but it unlocks functionality that is useful in a variety of situations.

@barillax
Copy link

+1 🎉

@booleanbetrayal
Copy link
Contributor Author

Closing in favor of #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants