Skip to content
Permalink
Browse files
Adds ajax to the list of optional modules.
  • Loading branch information
jaubourg committed Jun 12, 2012
1 parent 83dfb99 commit 5019277
Showing 1 changed file with 8 additions and 1 deletion.
@@ -74,13 +74,20 @@ The built version of jQuery will be put in the `dist/` subdirectory.

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
@@ -102,7 +109,7 @@ grunt build:*:*:-offset
Exclude **all** optional modules:

```bash
grunt build:*:*:-dimensions:-effects:-offset
grunt build:*:*:-ajax:-dimensions:-effects:-offset
```


0 comments on commit 5019277

Please sign in to comment.