Mercurial > zeropaste
comparison config/initializers/assets.rb @ 459:07d6c6639adf
Upgrade to rails 5.2. RIP code style.
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 14 Apr 2018 04:19:52 +0900 |
parents | 68eb23b52864 |
children | 6cac8fcf8164 |
comparison
equal
deleted
inserted
replaced
458:1c6a056269e6 | 459:07d6c6639adf |
---|---|
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') | |
8 | 10 |
9 # Precompile additional assets. | 11 # Precompile additional assets. |
10 # application.js, application.css, and all non-JS/CSS in app/assets folder are already added. | 12 # application.js, application.css, and all non-JS/CSS in the app/assets |
11 # Rails.application.config.assets.precompile += %w( search.js ) | 13 # folder are already added. |
14 # Rails.application.config.assets.precompile += %w( admin.js admin.css ) |