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

Explicitly load asset paths for tests

Dieser Commit ist enthalten in:
Angus McLeod 2022-03-29 20:17:59 +02:00
Ursprung a053440466
Commit 466c7a7a49

Datei anzeigen

@ -23,6 +23,13 @@ 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
if respond_to?(:register_svg_icon)
register_svg_icon "far-calendar"
register_svg_icon "chevron-right"