Side navigation
#14775 closed bug (fixed)
Opened February 09, 2014 07:25PM UTC
Closed July 18, 2014 12:49AM UTC
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.
Sizzle cannot be removed on the 1.x branch. I'll update the build system to denote this.