]> git.openstreetmap.org Git - rails.git/blob - config/initializers/assets.rb
255ae108e2a96b5eade11fcbb11d041dd608f5bf
[rails.git] / config / initializers / assets.rb
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.
4 Rails.application.config.assets.version = "1.0"
5
6 # Location of manifest file.
7 Rails.application.config.assets.manifest = Rails.root.join("tmp", "manifest.json")
8
9 # Add additional assets to the asset load path.
10 Rails.application.config.assets.paths << Rails.root.join("config")
11
12 # Add additional assets to the asset load path.
13 # Rails.application.config.assets.paths << Emoji.images_path
14 # Add Yarn node_modules folder to the asset load path.
15 Rails.application.config.assets.paths << Rails.root.join("node_modules")
16
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 )