View raw

1 # Be sure to restart your server when you modify this file. 2 3 # Version of your assets, change this if you want to expire all your assets. 4 Rails.application.config.assets.version = "1.0" 5 6 # Add additional assets to the asset load path. 7 # Rails.application.config.assets.paths << Emoji.images_path 8 9 Rails.application.config.assets.paths << Rails.root.join("app", "assets", "fonts") 10