X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fassets%2Fvendor%2Fjquery.ui%2FREADME.md;h=fd04188ab896ae29f6035d60b791f97fa153fef7;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=998a3f24be148af7133002490c1b700e873fe8ac;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/assets/vendor/jquery.ui/README.md b/web/core/assets/vendor/jquery.ui/README.md index 998a3f24b..fd04188ab 100644 --- a/web/core/assets/vendor/jquery.ui/README.md +++ b/web/core/assets/vendor/jquery.ui/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, [setup your environment]([setting 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 -```