Skip to content
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

Compilation error on latest jquery.min.js #689

Closed
iicuken opened this issue Apr 24, 2024 · 1 comment
Closed

Compilation error on latest jquery.min.js #689

iicuken opened this issue Apr 24, 2024 · 1 comment

Comments

@iicuken
Copy link

iicuken commented Apr 24, 2024

I have bundle of javascript files for my site where exists latest jquery.min.js.
In latest versions of minify i got error that not happening before:
minify --bundle --recursive lib/1jquery.min.js -o js.min.js
ERROR: cannot minify lib/1jquery.min.js: unexpected ! in expression on line 1 and column 60443
1: ...is}}),c=l.props;for(!function(e,t){var n,...

This exaple illustrate that error happen only on latest jquery.min.js.
On non minifyed latest jquery.js all works fine.

Minify version 2.20.10

@tdewolff
Copy link
Owner

This was fixed in v2.20.13, please update to the latest version!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants