master
 1# Be sure to restart your server when you modify this file.
 2
 3# Version of your assets, change this if you want to expire all your assets.
 4Rails.application.config.assets.version = '1.0'
 5
 6# Add additional assets to the asset load path.
 7# Rails.application.config.assets.paths << Emoji.images_path
 8# Add Yarn node_modules folder to the asset load path.
 9Rails.application.config.assets.paths << Rails.root.join('node_modules')
10
11# Precompile additional assets.
12# application.js, application.css, and all non-JS/CSS in the app/assets
13# folder are already added.
14# Rails.application.config.assets.precompile += %w( admin.js admin.css )