annotate config/initializers/assets.rb @ 153:cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
author |
nanaya <me@nanaya.pro> |
date |
Sat, 14 Apr 2018 04:06:04 +0900 |
parents |
257910c60eb3 |
children |
f67f3ad50270 |
rev |
line source |
72
|
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 )
|