1 # Be sure to restart your server when you modify this file.
 
   3 # Version of your assets, change this if you want to expire all your assets.
 
   4 Rails.application.config.assets.version = "1.0"
 
   6 # Location of manifest file.
 
   7 Rails.application.config.assets.manifest = Rails.root.join("tmp/manifest.json")
 
   9 # Add additional assets to the asset load path.
 
  10 Rails.application.config.assets.paths << Rails.root.join("config")
 
  12 # Add Yarn node_modules folder to the asset load path.
 
  13 Rails.application.config.assets.paths << Rails.root.join("node_modules")
 
  15 # Precompile additional assets.
 
  16 # application.js, application.css, and all non-JS/CSS in the app/assets
 
  17 # folder are already added.
 
  18 # Rails.application.config.assets.precompile += %w( admin.js admin.css )