mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Sass-rails v6.0 and sprockets v4.0.0 decline to work properly, if trying to load assets both via manifest.js and config preload path
9 lines
343 B
Ruby
9 lines
343 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')
|
|
end
|