Skip to content

Commit

Permalink
Docs: Clarify custom build instructions
Browse files Browse the repository at this point in the history
Closes gh-1854
  • Loading branch information
dmethvin committed Jan 7, 2015
1 parent c34ed46 commit a3779bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
@markelog

markelog Jan 9, 2015

Member

Looking at other lines - first letter probably should be in uppercase

This comment has been minimized.

Copy link
@markelog

markelog Jan 9, 2015

Member

I think we should create a tag "VERSION", just for fun of it 😈

This comment has been minimized.

Copy link
@dmethvin

dmethvin Jan 9, 2015

Author Member

If we did that, the only file in the tag should be a README that says "HAHA"


```bash
npm install
Expand Down

0 comments on commit a3779bc

Please sign in to comment.