-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSNIBundle #339
Comments
After making sure I am using full src versions of the .js I still see this on gwt module load: |
I use gwt-bootstrap 3, and the Growl feature no longer works, because I can't find $wnd.jQuery. |
What happens if you import using non minimised versions? |
Did you find the root cause ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More of a question.
I import jQuery and JPlayer, (which depends on JQuery) as separate JSNIBundle.
I found that I got a "JQuery is undefine" error.
Both js sources are the .min.js versions, so I guess I should try using the full unminimised versions.
The question is: if I have JSNIBundled code that is dependent on another JSNIBUndle's code, is that expected to be a valid use case ?
The text was updated successfully, but these errors were encountered: