Skip to content

Commit

Permalink
Docs: update watch task in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Close gh-5331
  • Loading branch information
timmywil committed Sep 20, 2023
1 parent 09972bc commit 77d6ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -126,10 +126,10 @@ This will only run the "css" module tests. This will significantly speed up your

#### Loading changes on the test page

Rather than rebuilding jQuery with `grunt` every time you make a change, you can use the included `grunt watch` task to rebuild distribution files whenever a file is saved.
Rather than rebuilding jQuery with `npm run build` every time you make a change, you can use the included watch task to rebuild distribution files whenever a file is saved.

```bash
$ grunt watch
$ npm start
```

Alternatively, you can **load tests as ECMAScript modules** to avoid the need for rebuilding altogether.
Expand Down

0 comments on commit 77d6ad7

Please sign in to comment.