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

Run image compress even if Rails.application.assets is nil #121

Closed
wants to merge 5 commits into from
Closed

Run image compress even if Rails.application.assets is nil #121

wants to merge 5 commits into from

Commits on Jan 15, 2016

  1. Run image compress even if Rails.application.assets is nil

    Since rails/sprockets-rails@d7c7ee1#diff-b295f4f07d2e863f15e53eb2047cfd1f we can't rely on app.assets for register_preprocessor
    iggant committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    c87861f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2016

  1. Add ImageOptimProcessor class to avoid sprocket Lagacy class usage

    This class allow us to return result hash to skip gzip file generation
    iggant committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    cd4959f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Configuration menu
    Copy the full SHA
    e202e03 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2016

  1. Configuration menu
    Copy the full SHA
    dcbaf73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    045ac52 View commit details
    Browse the repository at this point in the history