-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bower package #502
Comments
I got version 4.0.1 using bower and there is a trouble with AMD loading (requirejs). I have seen that this trouble was fixed (in github repo), but I cannot manually replace the module. Please update bower repository! |
What error are you seeing loading using AMD (RequireJS)? |
I see error "$ is not defined". Here is the code I got today using bower ("jquery-form": "latest"):
// AMD support When I change Line "} if (typeof module !== 'undefined') {" to "} else if (typeof module !== 'undefined') {" everything works fine :) I see changed version in github project, but in bower repo code is different and I can not get last changes |
Bower has been updated with v4.1.0 |
Thanks a lot! |
How I can use jquery form in bower?
I register this repo in bower and I can't find minified file.
tnx
The text was updated successfully, but these errors were encountered: