Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / services / api / config / initializers / assets.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # Be sure to restart your server when you modify this file.
6
7 # Version of your assets, change this if you want to expire all your assets.
8 Rails.application.config.assets.version = '1.0'
9
10 # Add additional assets to the asset load path
11 # Rails.application.config.assets.paths << Emoji.images_path
12
13 # Precompile additional assets.
14 # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
15 # Rails.application.config.assets.precompile += %w( search.js )