20259: Add documentation for banner and tooltip features
[arvados.git] / apps / workbench / 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( webshell/styles.css webshell/shell_in_a_box.js )