1
0
Fork 0

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
}