1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/myapp/config/initializers/assets.rb

13 lines
504 B
Ruby
Raw Normal View History

2015-09-30 16:16:06 -07:00
# 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.
2022-09-08 15:45:24 -07:00
# Rails.application.config.assets.version = "1.0"
2015-09-30 16:16:06 -07:00
2022-09-08 15:45:24 -07:00
# Add additional assets to the asset load path.
2015-09-30 16:16:06 -07:00
# Rails.application.config.assets.paths << Emoji.images_path
# Precompile additional assets.
2022-09-08 15:45:24 -07:00
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
# Rails.application.config.assets.precompile += %w( admin.js admin.css )