]> source.dussan.org Git - jquery-ui.git/commitdiff
README: Remove section on building jQuery UI
authorScott González <scott.gonzalez@gmail.com>
Wed, 16 Sep 2015 15:48:25 +0000 (11:48 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 16 Sep 2015 15:48:25 +0000 (11:48 -0400)
README.md

index a09a065dd99e7af1cc7e11a0705d5d4dca9701da..fd04188ab896ae29f6035d60b791f97fa153fef7 100644 (file)
--- 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
-```