2014-07-03 22:05:53 -04: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'
|
|
|
|
|
|
2018-11-11 11:40:22 -06:00
|
|
|
# Add additional assets to the asset load path.
|
2015-08-09 17:07:07 -04:00
|
|
|
# Rails.application.config.assets.paths << Emoji.images_path
|
2018-11-11 11:40:22 -06:00
|
|
|
# Add Yarn node_modules folder to the asset load path.
|
|
|
|
|
Rails.application.config.assets.paths << Rails.root.join('node_modules')
|
2025-09-05 16:19:23 +08:00
|
|
|
|
|
|
|
|
# Precompile additional assets.
|
|
|
|
|
# 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 )
|
|
|
|
|
|
|
|
|
|
# Precompile jQuery UI datepicker locale files
|
|
|
|
|
Rails.application.config.assets.precompile += Dir[Rails.root.join('app/assets/javascripts-jquery-ui/datepicker-*.js')].map { |f| File.basename(f) }
|