We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34ed46 commit a3779bcCopy full SHA for a3779bc
README.md
@@ -118,13 +118,13 @@ grunt custom --amd=""
118
119
#### Custom Build Examples
120
121
-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:
122
123
```bash
124
-git pull; git checkout $(git describe --abbrev=0 --tags)
+git pull; git checkout VERSION
125
```
126
127
-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:
128
129
130
npm install
0 commit comments