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

SourceMap: Fixes for CSS source-map processing #1892

Merged
merged 1 commit into from
Jun 21, 2015

Conversation

am11
Copy link
Contributor

@am11 am11 commented Jun 21, 2015

  • Removes fallback VLQ cure for sass since SourceMap: Produces incorrect "mappings" sass/libsass#324 is fixed.
  • .ToList() to eagerly load VLQ maps. The subsequent .Count() was
    causing redundant processing of all mappings (which is pretty
    expensive).
  • Autoprefix takes stringly maps and returns object for map. So we are
    strigifying returned map in Less and Sass.

* Removes fallback VLQ cure for sass since sass/libsass#324 is fixed.
* `.ToList()` to eagerly load VLQ maps. The subsequent `.Count()` was
  causing redundant processing of all mappings (which is pretty
  expensive).
* Autoprefix takes stringly maps and returns object for map. So we are
  strigifying returned map in Less and Sass.
madskristensen added a commit that referenced this pull request Jun 21, 2015
SourceMap: Fixes for CSS source-map processing
@madskristensen madskristensen merged commit 1a27a9c into madskristensen:master Jun 21, 2015
@am11 am11 deleted the perf/css-postprocessors branch June 21, 2015 21:11
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.

2 participants