Skip to content

Commit

Permalink
moved the peg task to a more relevant location in DEVELOP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
armish committed Jun 8, 2015
1 parent 15c36eb commit 80fe4ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@ You can iterate more quickly on JavaScript with the following:

```
npm install gulp -g # Make sure you have gulp installed.
gulp peg # Only needs to be run when
# changing querylanguage.pegjs
gulp # Compile the JS and start the automatic
# compiler and live-reloader.
# compiler and live-reloader.
```

To regenerate the `bundled.js` file without using the live reloader, run:

```
gulp peg
gulp build
```

Expand Down

0 comments on commit 80fe4ef

Please sign in to comment.