aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2020-01-07 16:42:49 +0100
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2020-01-07 16:45:22 +0100
commit4cbdc745cc32f0fb8865139df7caad075b05d2b8 (patch)
treee1f65e830d968c4f8a92f60e67cb2f05b7a98ce2 /README.md
parentf36f6abbb3e9e4d7d3729272ffb10b4c2c382919 (diff)
downloadjquery-4cbdc745cc32f0fb8865139df7caad075b05d2b8.tar.gz
jquery-4cbdc745cc32f0fb8865139df7caad075b05d2b8.zip
Build: Create a `grunt custom:slim` alias for the Slim build
Closes gh-4578 (cherry-picked from 9b9ed469b43e9fa6e2c752444470ae4c87d03d57)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a948195c0..531efc16f 100644
--- a/README.md
+++ b/README.md
@@ -157,6 +157,11 @@ Exclude a bunch of modules:
grunt custom:-ajax,-css,-deprecated,-dimensions,-effects,-event/alias,-offset,-wrap
```
+There is also a special alias to generate a build with the same configuration as the official jQuery Slim build is generated:
+```bash
+grunt custom:slim
+```
+
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.
Running the Unit Tests