You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems strange that flight would require something like this. I just peeked at the flight README and it gives very bad advice. You should not load jquery using a script tag when using any AMD loader. Perhaps this is what is causing the strange configuration?
Fwiw, curl.js does not allow multiple versions of a package at the same time via config. You can do it with a combination of config and a bit of code, which might be what jquery-private is doing already? What does jquery-private do, exactly (share code)?
I am trying to redirect all calls of jquery to another script which returns the noConflict version of jquery.
The reason for this approach is because i am using flight.js.
My current map config is a follows:
Is there a way to have the same setup in curl.js
P.S. The wiki contains a page about mapping but i am not sure if the functionality exists.
The text was updated successfully, but these errors were encountered: