Mercurial > zeropaste
comparison config/initializers/assets.rb @ 485:6cac8fcf8164
Update to rails 7 (and ruby 3.1)
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 15 Jan 2022 02:07:02 +0900 |
parents | 07d6c6639adf |
children | 5419f1c6a291 |
comparison
equal
deleted
inserted
replaced
484:84ca55a0568e | 485:6cac8fcf8164 |
---|---|
1 # Be sure to restart your server when you modify this file. | 1 # Be sure to restart your server when you modify this file. |
2 | 2 |
3 # Version of your assets, change this if you want to expire all your assets. | 3 # Version of your assets, change this if you want to expire all your assets. |
4 Rails.application.config.assets.version = '1.0' | 4 Rails.application.config.assets.version = "1.0" |
5 | 5 |
6 # Add additional assets to the asset load path. | 6 # Add additional assets to the asset load path. |
7 # Rails.application.config.assets.paths << Emoji.images_path | 7 # Rails.application.config.assets.paths << Emoji.images_path |
8 # Add Yarn node_modules folder to the asset load path. | |
9 Rails.application.config.assets.paths << Rails.root.join('node_modules') | |
10 | 8 |
11 # Precompile additional assets. | 9 # Precompile additional assets. |
12 # application.js, application.css, and all non-JS/CSS in the app/assets | 10 # application.js, application.css, and all non-JS/CSS in the app/assets |
13 # folder are already added. | 11 # folder are already added. |
14 # Rails.application.config.assets.precompile += %w( admin.js admin.css ) | 12 # Rails.application.config.assets.precompile += %w( admin.js admin.css ) |