gluster-web-interface/config/initializers/assets.rb

13 lines
557 B
Ruby
Raw Permalink Normal View History

2016-04-25 00:47:31 +00:00
# Be sure to restart your server when you modify this file.
# Version of your assets, change this if you want to expire all your assets.
Rails.application.config.assets.version = '1.0'
# Add additional assets to the asset load path
2016-08-20 06:41:37 +00:00
# Rails.application.config.assets.paths << Emoji.images_path
2016-04-25 00:47:31 +00:00
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# Rails.application.config.assets.precompile += %w( search.js )
2017-10-29 06:15:18 +00:00
# Rails.application.config.assets.precompile += %w( footermanifest.js)