mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Make exclusion list less confusing to read
This commit is contained in:
parent
3b2d2b022c
commit
a86ed30f0a
@ -81,19 +81,19 @@ Starting in jQuery 1.8, special builds can now be created that optionally exlude
|
||||
|
||||
To create a custom build, use the following special `grunt` commands:
|
||||
|
||||
Exclude `dimensions`:
|
||||
Exclude **dimensions**:
|
||||
|
||||
```bash
|
||||
grunt build:*:*:-dimensions
|
||||
```
|
||||
|
||||
Exclude `effects`:
|
||||
Exclude **effects**:
|
||||
|
||||
```bash
|
||||
grunt build:*:*:-effects
|
||||
```
|
||||
|
||||
Exclude `offset`:
|
||||
Exclude **offset**:
|
||||
|
||||
```bash
|
||||
grunt build:*:*:-offset
|
||||
|
Loading…
Reference in New Issue
Block a user