Skip to content

Commit

Permalink
update dummy initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Dec 26, 2015
1 parent 242eeac commit 1366665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# Rails.application.config.assets.precompile += %w( search.js )
Rails.application.config.assets.precompile += %w( icons/*.png )
Rails.application.config.assets.precompile += %w( *.png *.gif )

0 comments on commit 1366665

Please sign in to comment.