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:
Ursprung
c56e5dcbf8
Commit
a053440466
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Laden …
In neuem Issue referenzieren