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 directory. Everything works fine now.


On Wed, Jun 11, 2014 at 12:00 AM, Chris Poulsen <mailingl...@nesluop.dk>
wrote:

> 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 <ilya.obsha...@gmail.com>
> wrote:
>
> > 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
> > - JavaScriptStack doesn't look like a solution here (is that correct by
> the
> > way?)
> >
> > Would appreciate any suggestions. Thanks!
> >
> > --
> > Ilya Obshadko
> >
>



-- 
Ilya Obshadko

Reply via email to