foodsoft/config/initializers/assets.rb

13 lines
517 B
Ruby
Raw Normal View History

2020-09-04 12:57:19 +02: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.
Rails.application.config.assets.version = '1.0'
2020-07-31 23:47:14 +02:00
# Add additional assets to the asset load path.
2020-09-04 12:57:19 +02:00
# Rails.application.config.assets.paths << Emoji.images_path
# Precompile additional assets.
2020-07-31 23:47:14 +02:00
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
Rails.application.config.assets.precompile += %w( application_legacy.js jquery.min.js )