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