1
0
Fork 0

Need to precompile the wizard-custom-lib

Dieser Commit ist enthalten in:
Angus McLeod 2017-11-24 14:20:58 +08:00
Ursprung b58c20c60c
Commit 9d16940b83

Datei anzeigen

@ -12,7 +12,7 @@ config.assets.paths << Rails.root.join('plugins', 'discourse-custom-wizard', 'as
config.assets.paths << Rails.root.join('plugins', 'discourse-custom-wizard', 'assets', 'stylesheets', 'wizard')
if Rails.env.production?
config.assets.precompile += %w{ wizard-custom.js wizard-plugin.js stylesheets/wizard/wizard_custom.scss }
config.assets.precompile += %w{ wizard-custom-lib.js wizard-custom.js wizard-plugin.js stylesheets/wizard/wizard_custom.scss }
end
after_initialize do