components / jquery

Shim repository for jQuery.

Home Page:http://jquery.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery.min.js is not actually minified!

phpfui opened this issue · comments

Was just looking at my install of jquery to figure out the version (3.4.1, which is the latest, yeah!) but noticed it was not minimized.

I would submit a PR for this, but I don't really have a stack set up for JavaScript to do the min and create a correct map file. Anyway, you probably want to do it yourself to insure you have a legitimate version rather than trust a rando PR with a min version. Who knows what that would be.

Thanks for maintaining this repo. I use it my my PHP projects using composer, and this is is big help.

PS. Previous versions look to be minimized.

Looks like 3.5.1 fixed this issue. Thanks. Closing.