mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 19:57:29 +02:00
12 lines
474 B
Ruby
12 lines
474 B
Ruby
# Be sure to restart your server when you modify this file.
|
|
|
|
Rails.application.configure do
|
|
# Version of your assets, change this if you want to expire all your assets.
|
|
config.assets.version = '1.0'
|
|
|
|
# Add additional assets to the asset load path
|
|
config.assets.paths << Rails.root.join('vendor', 'assets', 'fonts', 'node_modules')
|
|
|
|
# Precompile additional assets.
|
|
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
|
end
|