aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-09-16 11:48:25 -0400
committerScott González <scott.gonzalez@gmail.com>2015-09-16 11:48:25 -0400
commit2c064b4d508661ece869b569eccf81238bc51201 (patch)
treead7d3bc0d1af119aac50e2ba78ea5d7a618e6241
parentffcb27c0c75f8f1bde21c7ff6456535bcfdae6dd (diff)
downloadjquery-ui-2c064b4d508661ece869b569eccf81238bc51201.tar.gz
jquery-ui-2c064b4d508661ece869b569eccf81238bc51201.zip
README: Remove section on building jQuery UI
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index a09a065dd..fd04188ab 100644
--- a/README.md
+++ b/README.md
@@ -28,18 +28,3 @@ For more information, see the [contributing page](CONTRIBUTING.md).
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).
You can also run the unit tests inside phantomjs by [setting up your environment](CONTRIBUTING.md#user-content-environment-recommended-setup).
-
-## Building jQuery UI
-
-jQuery UI uses the [Grunt](http://gruntjs.com/) build system.
-
-To build jQuery UI, [set up your environment](CONTRIBUTING.md#environment-minimum-required) and then run the following commands:
-
-```sh
-# Run the concat task to concatenate files
-grunt concat
-
-# There are many other tasks that can be run through Grunt.
-# For a list of all tasks:
-grunt --help
-```