mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 22:05:13 +00:00
11 lines
460 B
Ruby
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
|