#10153 closed bug (duplicate)
jquery 1.6.2( could affect more versions) compressed breaks when minified on Debian?
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am not sure what causes this as I have been unable to reproduce, but some clients have been able to. (Esp on debian 6)
Steps to reproduce for some people:
- Create an html file with just the compressed version of jquery included
- Go to site and notice that an error occurs. I have seen others get "Missing { after property list" which
If anyone has any suggestions on how to reproduce more effectively I would love to know
Change History (5)
comment:1 Changed 11 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Your minifier is incorrectly seeing the /*
inside a QUOTED string as the beginning of a multi-line Javascript comment. PLEASE DO NOT TAUNT HAPPY FUN JQUERY with a broken minifier; instead use the properly-minified version available at code.jquery.com or any of the CDNs.
comment:3 Changed 11 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:4 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
jsFiddle allows you to specify additional resources, so please use a copy of the "broken" minified source.