-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Uglify does not work #3707
Comments
Looking at it, it's minifying it just fine but for some reason comments are still preserved. |
Looks like what |
gkatsev
added a commit
that referenced
this issue
Oct 24, 2016
This involves updating to latest version of uglify and setting "screwIE8" to false since that is a default in 2.7. However, this makes "preserveComments" "some" work as it is supposed to work. Fixes #3707
Potential fix: #3709 |
gkatsev
added a commit
that referenced
this issue
Oct 24, 2016
This involves updating to latest version of uglify and setting "screwIE8" to false since that is a default in 2.7. However, this makes "preserveComments" "some" work as it is supposed to work. Fixes #3707
Fixed by #3709. |
Fixed in 5.11.9. |
gkatsev
added a commit
to gkatsev/video.js
that referenced
this issue
Oct 25, 2016
This involves updating to latest version of uglify and setting "screwIE8" to false since that is a default in 2.7. However, this makes "preserveComments" "some" work as it is supposed to work. Fixes videojs#3707. This also comes from the stable branch after the 5.11.9 release.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
CDN is fine, but the "video.min.js" from "video-js-5.11.7.zip" and newer is not properly minified:
filesize
5.11.6
: 281 kbfilesize
5.11.7+
: 494 kbThe text was updated successfully, but these errors were encountered: