You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -126,10 +126,10 @@ This will only run the "css" module tests. This will significantly speed up your
126
126
127
127
#### Loading changes on the test page
128
128
129
-
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.
129
+
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.
130
130
131
131
```bash
132
-
$ grunt watch
132
+
$ npm start
133
133
```
134
134
135
135
Alternatively, you can **load tests as ECMAScript modules** to avoid the need for rebuilding altogether.
0 commit comments