-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Clarify custom build instructions
Closes gh-1854
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,13 +118,13 @@ grunt custom --amd="" | |
|
||
#### 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 | ||
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: | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
dmethvin
Author
Member
|
||
|
||
```bash | ||
npm install | ||
|
Looking at other lines - first letter probably should be in uppercase