tracks/config/initializers/assets.rb

10 lines
424 B
Ruby
Raw Normal View History

# 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'
2018-11-11 11:40:22 -06:00
# Add additional assets to the asset load path.
# Rails.application.config.assets.paths << Emoji.images_path
2018-11-11 11:40:22 -06:00
# Add Yarn node_modules folder to the asset load path.
Rails.application.config.assets.paths << Rails.root.join('node_modules')