Skip to content

audit the health of paperclip-optimizer #52

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

Open
bteitelb opened this issue Dec 15, 2014 · 0 comments
Open

audit the health of paperclip-optimizer #52

bteitelb opened this issue Dec 15, 2014 · 0 comments

Comments

@bteitelb
Copy link
Collaborator

I saw this on bundle install...


Initializer
-----------

run

    rails g paperclip_optimizer:install

to create an initializer for global configuration.

Breaking changes from 1.0.3
---------------------------

Please note that Paperclip 2 now disables all optimization libraries by default. Re-enable jpegtran
and optipng manually if you wish to retain the previous behaviour.

See https://github.com/janfoeh/paperclip-optimizer#settings for more information on the new 
configuration system.

PLEASE NOTE
-----------

PaperclipOptimizer depends on image_optim, which by default inserts itself into the asset pipeline and 
tries to compress your application assets. This might fail if you do not have all supported optimization 
binaries installed. Add

    config.assets.image_optim = false

to your config/application.rb to disable this.
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

No branches or pull requests

1 participant