Skip to content

Commit

Permalink
add dummy initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Dec 26, 2015
1 parent dd48eac commit 242eeac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/dummy/config/initializers/assets.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Be sure to restart your server when you modify this file.

# Version of your assets, change this if you want to expire all your assets.
Rails.application.config.assets.version = '1.0'

# Add additional assets to the asset load path
# Rails.application.config.assets.paths << Emoji.images_path

# 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 )

0 comments on commit 242eeac

Please sign in to comment.