Thank you!
In fact, minified versions of library dependencies were causing problems; I
couldn't get it to work.
I have finally fixed it by downloading non-minified versions for tmpl,
image-load and canvas-to-blob modules, and updated dependencies in JS files
so everything is looked up in a single
I did an implementation of the jquery fileupload at work. AFAIR its modules
are AMD compliant so it is pretty straight forward to integrate. Just
require them as you normally would with modules.
--
Chris
On Tue, Jun 10, 2014 at 6:48 PM, Ilya Obshadko
wrote:
> Did anybody successfully implement
Did anybody successfully implement
https://github.com/blueimp/jQuery-File-Upload on T5.4?
I can't make dependencies work.
- addModuleConfigurationCallback can't be used for component inside a Zone
- I have tried to contribute to ModuleManager, but it's getting too complex
and doesn't work either