Bug Tracker

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 dmethvin

Component: unfiledbuild
Milestone: None1.8
Status: newopen

comment:2 Changed 11 years ago by dmethvin

Owner: set to gibson042
Status: openassigned
Summary: Support custom build without ajax and/or effectsSupport custom build without effects

comment:4 Changed 11 years ago by Richard Gibson

Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.