diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2013-05-02 13:40:25 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-05-02 13:40:25 -0400 |
commit | e8b110c646754ffd6f5ee418d7c2ddf4190f9704 (patch) | |
tree | 9102cf1298c9d45143016c4de167d5e3de217f60 /README.md | |
parent | 6b5391508e7354076a32375c7f536f8eb91195ee (diff) | |
download | jquery-e8b110c646754ffd6f5ee418d7c2ddf4190f9704.tar.gz jquery-e8b110c646754ffd6f5ee418d7c2ddf4190f9704.zip |
Add -wrap to the minimumest-possible-build list.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |