Docs: "npm run build" was missing from the contributing guides

Close gh-2537
This commit is contained in:
Richard Kraaijenhagen
2015-09-20 14:41:37 +02:00
committed by Timmy Willison
parent fb98ea49b6
commit 5da5035039

View File

@@ -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