You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I saw this on bundle install...
The text was updated successfully, but these errors were encountered: