tilde.news/config/initializers/assets.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
518 B
Ruby
Raw Normal View History

2023-09-14 13:37:09 +00:00
# typed: false
2014-12-14 04:47:44 +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.
2023-12-24 04:41:35 +00:00
Rails.application.config.assets.version = "1.0"
2014-12-14 04:47:44 +00:00
# Add additional assets to the asset load path.
# Rails.application.config.assets.paths << Emoji.images_path
2014-12-14 04:47:44 +00:00
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
# Rails.application.config.assets.precompile += %w( admin.js admin.css )