From e8b110c646754ffd6f5ee418d7c2ddf4190f9704 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Thu, 2 May 2013 13:40:25 -0400 Subject: [PATCH] Add -wrap to the minimumest-possible-build list. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89a57e6d1..7340e6736 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ grunt custom:-css:-position Exclude **all** optional modules and use the `querySelectorAll`-based selector engine: ```bash -grunt custom:-ajax,-css,-deprecated,-dimensions,-effects,-event-alias,-offset,-sizzle +grunt custom:-ajax,-css,-deprecated,-dimensions,-effects,-event-alias,-offset,-wrap,-sizzle ``` For questions or requests regarding custom builds, please start a thread on the [Developing jQuery Core](https://forum.jquery.com/developing-jquery-core) section of the forum. Due to the combinatorics and custom nature of these builds, they are not regularly tested in jQuery's unit test process. The non-Sizzle selector engine currently does not pass unit tests because it is missing too much essential functionality. -- 2.39.5