Side navigation
#10153 closed bug (duplicate)
Opened August 28, 2011 02:26AM UTC
Closed August 28, 2011 05:52PM UTC
Last modified August 28, 2011 05:52PM UTC
jquery 1.6.2( could affect more versions) compressed breaks when minified on Debian?
Reported by: | me@chrismuench.com | Owned by: | me@chrismuench.com |
---|---|---|---|
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:
1. Create an html file with just the compressed version of jquery included
2. Go to site and notice that an error occurs. I have seen others get "Missing { after property list" which
Reference:
If anyone has any suggestions on how to reproduce more effectively I would love to know
Attachments (0)
Change History (5)
Changed August 28, 2011 02:38AM UTC by comment:1
owner: | → me@chrismuench.com |
---|---|
status: | new → pending |
Changed August 28, 2011 05:45PM UTC by comment:2
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.
Changed August 28, 2011 05:51PM UTC by comment:3
resolution: | invalid |
---|---|
status: | closed → reopened |
Changed August 28, 2011 05:52PM UTC by comment:4
resolution: | → duplicate |
---|---|
status: | reopened → closed |
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.