Mercurial > zeropaste
annotate config/initializers/assets.rb @ 431:68eb23b52864
Rails 5 \o/
| author | nanaya <me@myconan.net> |
|---|---|
| date | Fri, 13 May 2016 03:56:07 +0900 |
| parents | |
| children | 07d6c6639adf |
| rev | line source |
|---|---|
| 431 | 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 # Add additional assets to the asset load path | |
| 7 # Rails.application.config.assets.paths << Emoji.images_path | |
| 8 | |
| 9 # Precompile additional assets. | |
| 10 # application.js, application.css, and all non-JS/CSS in app/assets folder are already added. | |
| 11 # Rails.application.config.assets.precompile += %w( search.js ) |
