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: README.md
-15
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,3 @@ For more information, see the [contributing page](CONTRIBUTING.md).
28
28
Run the unit tests manually with appropriate browsers and any local web server. See our [environment setup](CONTRIBUTING.md#environment-minimum-required) and [information on running tests](CONTRIBUTING.md#running-the-tests).
29
29
30
30
You can also run the unit tests inside phantomjs by [setting up your environment](CONTRIBUTING.md#user-content-environment-recommended-setup).
31
-
32
-
## Building jQuery UI
33
-
34
-
jQuery UI uses the [Grunt](http://gruntjs.com/) build system.
35
-
36
-
To build jQuery UI, [set up your environment](CONTRIBUTING.md#environment-minimum-required) and then run the following commands:
37
-
38
-
```sh
39
-
# Run the concat task to concatenate files
40
-
grunt concat
41
-
42
-
# There are many other tasks that can be run through Grunt.
0 commit comments