Opened 9 years ago
Closed 9 years ago
#14775 closed bug (fixed)
custom build: grunt custom:-sizzle
Reported by: | sladex | Owned by: | timmywil |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | build | Version: | 1.11.0-rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm trying to build a custom version of jQuery 1.11.0 without Sizzle.
git clone git://github.com/jquery/jquery.git git checkout -b 1.x-master remotes/origin/1.x-master npm install grunt custom:-sizzle
Then I put output script in html page (no other js on that page). And I get an error in browser's console (Chrome 32):
Uncaught ReferenceError: Sizzle is not defined
The same happens for 1.11.1pre. No error in 2.x.x.
Change History (2)
comment:1 Changed 9 years ago by
Component: | unfiled → build |
---|---|
Owner: | set to timmywil |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Sizzle cannot be removed on the 1.x branch. I'll update the build system to denote this.