Opened 11 years ago
Closed 11 years ago
#11767 closed enhancement (fixed)
Support custom build without effects
Reported by: | dmethvin | Owned by: | gibson042 |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | build | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
As a simpler way to build a smaller jQuery, support the ability for devs to make a custom build of jQuery that doesn't include ajax or effects. They may be building a mobile app and don't need jQuery effects, for example, or may be able to get by with Julian's $.jsonp plugin instead of the entire $.ajax stack.
Change History (4)
comment:1 Changed 11 years ago by
Component: | unfiled → build |
---|---|
Milestone: | None → 1.8 |
Status: | new → open |
comment:2 Changed 11 years ago by
Owner: | set to gibson042 |
---|---|
Status: | open → assigned |
Summary: | Support custom build without ajax and/or effects → Support custom build without effects |
comment:3 Changed 11 years ago by
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #11767. Modularize build and unit tests for exluding effects.
Closes gh-785. To build a version of jQuery without effects, use grunt build:*:*:-effects
. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it.
Changeset: 7f2cc46955b35dc3d5a0526d0cb038d4a50b936b
https://github.com/jquery/jquery/pull/786