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
committerGitHub <noreply@github.com>2020-01-07 16:42:49 +0100
commit9b9ed469b43e9fa6e2c752444470ae4c87d03d57 (patch)
treea37dc4f1aa8f8cb05ac5103cf0ab9afd3a423bec /README.md
parentc1ee33aded44051b8f1288b59d2efdc68d0413cc (diff)
downloadjquery-9b9ed469b43e9fa6e2c752444470ae4c87d03d57.tar.gz
jquery-9b9ed469b43e9fa6e2c752444470ae4c87d03d57.zip
Build: Create a `grunt custom:slim` alias for the Slim build (#4578)
Closes gh-4578
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 104f3ecca..9302b2f14 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,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.
Running the Unit Tests