Skip to content

Commit

Permalink
Adds ajax to the list of optional modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaubourg committed Jun 12, 2012
1 parent 83dfb99 commit 5019277
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -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: Starting in jQuery 1.8, special builds can now be created that optionally exlude or include any of the following modules:


- ajax
- dimensions - dimensions
- effects - effects
- offset - offset




To create a custom build, use the following special `grunt` commands: To create a custom build, use the following special `grunt` commands:


Exclude **ajax**:

```bash
grunt build:*:*:-ajax
```

Exclude **dimensions**: Exclude **dimensions**:


```bash ```bash
Expand All @@ -102,7 +109,7 @@ grunt build:*:*:-offset
Exclude **all** optional modules: Exclude **all** optional modules:


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




Expand Down

0 comments on commit 5019277

Please sign in to comment.