]> source.dussan.org Git - jquery.git/commitdiff
Add -wrap to the minimumest-possible-build list.
authorDave Methvin <dave.methvin@gmail.com>
Thu, 2 May 2013 17:40:25 +0000 (13:40 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Thu, 2 May 2013 17:40:25 +0000 (13:40 -0400)
README.md

index 89a57e6d10ed6d51702b2519fb303cf457d49911..7340e673683f24bcf0fdc9ac154878e70aba644d 100644 (file)
--- 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.