0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

Ensure wizard asset paths are included

Dieser Commit ist enthalten in:
Angus McLeod 2022-05-31 13:04:35 +02:00
Ursprung 1c9d52bcfc
Commit 8fd5ae7169

Datei anzeigen

@ -22,12 +22,10 @@ if Rails.env.production?
}
end
if Rails.env.test?
config = Rails.application.config
plugin_asset_path = "#{Rails.root}/plugins/discourse-custom-wizard/assets"
config.assets.paths << "#{plugin_asset_path}/javascripts"
config.assets.paths << "#{plugin_asset_path}/stylesheets/wizard"
end
config = Rails.application.config
plugin_asset_path = "#{Rails.root}/plugins/discourse-custom-wizard/assets"
config.assets.paths << "#{plugin_asset_path}/javascripts"
config.assets.paths << "#{plugin_asset_path}/stylesheets/wizard"
if respond_to?(:register_svg_icon)
register_svg_icon "far-calendar"