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

[close #221] Favor charset from processor #224

Merged
merged 2 commits into from
Jan 21, 2016

Commits on Jan 18, 2016

  1. [close #221] Favor charset from processor

    If a charset is returned by a pre-processor use it instead of automatically assigning one. This is needed so that non-gzippable assets will not accidentally be assigned a charset and gzipped later.
    
    We're also removing a hash allocation needed for `Hash.merge!`.
    schneems committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    a4038b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b977d4 View commit details
    Browse the repository at this point in the history