highway/config/initializers/assets.rb
2025-05-12 15:31:38 -04:00

11 lines
460 B
Ruby

# 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"
Rails.application.config.assets.precompile += %w[ *.otf *.ttf *.woff *.woff2 ]
Rails.application.config.assets.paths << Rails.root.join("app", "assets", "fonts")
# Add additional assets to the asset load path.
# Rails.application.config.assets.paths << Emoji.images_path