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 f23a64d745
commit 735dea34fb

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