Starting in jQuery 1.8, special builds can now be created that optionally exlude or include any of the following modules:
+- ajax
- dimensions
- effects
- offset
To create a custom build, use the following special `grunt` commands:
+Exclude **ajax**:
+
+```bash
+grunt build:*:*:-ajax
+```
+
Exclude **dimensions**:
```bash
Exclude **all** optional modules:
```bash
-grunt build:*:*:-dimensions:-effects:-offset
+grunt build:*:*:-ajax:-dimensions:-effects:-offset
```