Skip to content

Commit

Permalink
Docs: "npm run build" was missing from the contributing guides
Browse files Browse the repository at this point in the history
Close gh-2537
  • Loading branch information
riichard authored and timmywil committed Oct 12, 2015
1 parent fb98ea4 commit 5da5035
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -95,6 +95,12 @@ Get in the habit of pulling in the "upstream" master to stay up to date as jQuer
$ git pull upstream master
```

Run the build script

```bash
$ npm run build
```

Run the Grunt tools:

```bash
Expand Down

0 comments on commit 5da5035

Please sign in to comment.