-
Notifications
You must be signed in to change notification settings - Fork 518
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
Cannot read property 'jQuery' of undefined #200
Comments
Hi, I delete temporary this from string $ = window.jQuery; |
Tha's what I did too. |
Is this something about your setup that would have jQuery not be available in the name jQuery? |
jQuery is available, but not under the "this" namespace. If it helps to know, I'm using the jquery dist file from bower. And the only thing I'm doing is concatenating those files in the correct order. |
|
Yeah can confirm that |
It's not getting wrapped and it's the first file being called. |
@leafo could you please update npm package for v1.3 ? |
Am I missing something or is this still a thing? I installed the lib via npm (1.1.3 on npm), but still have the |
@maurobringolf Don't use npm package, use npm and github link |
@rebusweb Will this install master branch or latest release on github? Thanks for the hint! But this is a workaround, right? |
@maurobringolf it's master, but you can also use |
Awesome, thank you very much! |
@OnkelTem nope. |
I'm getting this error when the file is being concatenated in a minified file and it's pointing to this line.
The text was updated successfully, but these errors were encountered: