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

Update plugin.rb

Dieser Commit ist enthalten in:
Angus McLeod 2022-03-29 18:09:12 +02:00
Ursprung c56e5dcbf8
Commit a053440466

Datei anzeigen

@ -13,10 +13,11 @@ register_asset 'stylesheets/admin/admin.scss', :desktop
enabled_site_setting :custom_wizard_enabled
if Rails.env.production?
config.assets.precompile += %w{
Rails.application.config.assets.precompile += %w{
wizard-custom-guest.js
wizard-custom-start.js
wizard-custom.js
wizard-qunit.js
wizard-plugin.js.erb
wizard-raw-templates.js.erb
}