mastodon/config/initializers/assets.rb

16 lines
568 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-02-20 22:53:20 +01: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'
2023-07-02 11:14:22 +02:00
# Add additional assets to the asset load path
# Rails.application.config.assets.paths << 'node_modules'
2016-02-20 22:53:20 +01:00
# Precompile additional assets.
2023-07-02 11:14:22 +02:00
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# Rails.application.config.assets.precompile += %w()
Rails.application.config.assets.initialize_on_precompile = true