2015-08-10 11:05:06 +02: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'
|
|
|
|
|
2021-02-16 16:14:43 +01:00
|
|
|
# Add additional assets to the asset load path.
|
|
|
|
# Rails.application.config.assets.paths << Emoji.images_path
|
|
|
|
# Add some node_modules folder to the asset load path.
|
2019-04-09 15:44:36 +02:00
|
|
|
Rails.application.config.assets.paths << Rails.root.join('node_modules', 'trix', 'dist')
|
2020-04-07 18:17:30 +02:00
|
|
|
Rails.application.config.assets.paths << Rails.root.join('node_modules', 'mapbox-gl', 'dist')
|
2020-04-16 17:39:41 +02:00
|
|
|
Rails.application.config.assets.paths << Rails.root.join('node_modules', '@reach', 'combobox')
|
|
|
|
Rails.application.config.assets.paths << Rails.root.join('node_modules', '@mapbox', 'mapbox-gl-draw', 'dist')
|
2015-08-10 11:05:06 +02:00
|
|
|
|
|
|
|
# Precompile additional assets.
|
2021-02-23 14:09:01 +01:00
|
|
|
# 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 )
|