mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:38:35 +08:00
18a209bd0d
We cannot use any of the uppy mixins or core code, because the code there is not shared with the wizard, and to move it all to discourse-common would be a task almost equal difficulty to taking the ring to Mordor. Therefore, we can just use the uppy vendor libraries in the wizard, and do a quick-n-dirty version of the uppy upload code for the wizard-field-image uploader.
12 lines
295 B
JavaScript
12 lines
295 B
JavaScript
//= require ember_jquery
|
|
//= require template_include.js
|
|
//= require jquery.ui.widget.js
|
|
//= require jquery.fileupload.js
|
|
//= require uppy.js
|
|
//= require bootstrap-modal.js
|
|
//= require bootbox.js
|
|
//= require virtual-dom
|
|
//= require virtual-dom-amd
|
|
//= require popper.js
|
|
//= require wizard-shims
|