houdini/config/initializers/assets.rb

14 lines
517 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2018-11-09 00:29:00 +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'
2019-01-29 20:13:52 +00:00
# Add additional assets to the asset load path
# Rails.application.config.assets.paths << Emoji.images_path
2018-11-09 00:29:00 +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 )