-
Notifications
You must be signed in to change notification settings - Fork 439
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
Add jquery.csv.min.js not recognized by minify #140
Comments
Are you using jQuery? Did you import jQuery first? |
Yeah, jquery is imported. I resolved putting some comment before the script, like /*!
* jquery-csv
*/ Maybe add some infos like version or author to the repository? This works very well for me. |
@garug I am experiencing the same issue. What script are you referring to? Are you talking about the custom script you are writing or the jquery-csv.js file ? |
In jquery.csv.min.js |
@garug Thanks. What did the trick for me was using "$" instead of "jQuery" |
I'm curious. Why are you minifying an already minified source? Why not use |
I'm trying add jquery-csv in my application, tried some solutions but when invoke .toArrays got 'cannot call toArrays of undefined'
The text was updated successfully, but these errors were encountered: