0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 17:30:29 +01: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 enabled_site_setting :custom_wizard_enabled
if Rails.env.production? if Rails.env.production?
config.assets.precompile += %w{ Rails.application.config.assets.precompile += %w{
wizard-custom-guest.js wizard-custom-guest.js
wizard-custom-start.js wizard-custom-start.js
wizard-custom.js wizard-custom.js
wizard-qunit.js
wizard-plugin.js.erb wizard-plugin.js.erb
wizard-raw-templates.js.erb wizard-raw-templates.js.erb
} }