Modify ↓
Ticket #10153 (closed bug: duplicate)
jquery 1.6.2( could affect more versions) compressed breaks when minified on Debian?
| Reported by: | me@… | Owned by: | me@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 21 months ago by dmethvin
- Status changed from pending to closed
- Resolution set to invalid
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 21 months ago by dmethvin
- Status changed from closed to reopened
- Resolution invalid deleted
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.