mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Docs: Clarify custom build instructions
Closes gh-1854
This commit is contained in:
parent
c34ed46eee
commit
a3779bc325
@ -118,13 +118,13 @@ grunt custom --amd=""
|
|||||||
|
|
||||||
#### Custom Build Examples
|
#### Custom Build Examples
|
||||||
|
|
||||||
To create a custom build of the latest stable version, first check out the version:
|
To create a custom build, first check out the version:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git pull; git checkout $(git describe --abbrev=0 --tags)
|
git pull; git checkout VERSION
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, make sure all Node dependencies are installed:
|
where VERSION is the version you want to customize. Then, make sure all Node dependencies are installed:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user