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 16fcc5e commit 8e738f0Copy full SHA for 8e738f0
README.md
@@ -114,13 +114,13 @@ grunt custom --amd=""
114
115
#### Custom Build Examples
116
117
-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:
118
119
```bash
120
-git pull; git checkout $(git describe --abbrev=0 --tags)
+git pull; git checkout VERSION
121
```
122
123
-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:
124
125
126
npm install
0 commit comments