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

Fix sourcemap comments to be used on file transformers with CSS output #116

Merged
merged 1 commit into from Jun 7, 2016

Conversation

IvanSanchez
Copy link
Member

This fixes a case where a file transformer (namely, gobble-sass-all) takes .sass files as input and .css files as output - the code was (wrongly) assuming that the input file extension decides which sourcemap comment style to use. In other words: my CSS files were being written a javascript-style sourcemap comment.

@IvanSanchez IvanSanchez force-pushed the css-sourcemap-comments branch 2 times, most recently from 085d52b to 4d52298 Compare May 23, 2016 12:55
@IvanSanchez
Copy link
Member Author

@Rich-Harris I'll leave the npm publish magic up to you.

@@ -1,7 +1,7 @@
{
"name": "gobble",
"description": "The last build tool you'll ever need",
"version": "0.11.3",
"version": "0.11.4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you revert this change and squash commits?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll try rebasing.

@IvanSanchez
Copy link
Member Author

@TrySound This has been rebased against master.

@TrySound
Copy link
Member

TrySound commented Jun 7, 2016

Cool, thanks!

@TrySound TrySound merged commit afaa94f into master Jun 7, 2016
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