Closed xifengzhu closed 9 years ago
FWIW in Rails 4.1 I had to add the image resources to the asset precompile config:
# config/initializers/assets.rb Rails.application.config.assets.precompile += %w( progressbar.gif loading.gif )
Fixed in 0.4.2.
FWIW in Rails 4.1 I had to add the image resources to the asset precompile config: