Skip to content

Commit 2c064b4

Browse files
committed
README: Remove section on building jQuery UI
1 parent ffcb27c commit 2c064b4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

-15
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,3 @@ For more information, see the [contributing page](CONTRIBUTING.md).
2828
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).
2929

3030
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.
43-
# For a list of all tasks:
44-
grunt --help
45-
```

0 commit comments

Comments
 (0)