internetee-registry/config/initializers/assets.rb
Karl Erik Õunapuu cab9c304ad Preload assets via manifest.js
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
2020-06-03 16:39:03 +03:00

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