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: CONTRIBUTING.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,10 @@ jQuery UI uses Node.js & Grunt to automate the building and validation of source
24
24
25
25
Some tests depend on PHP running locally, so make sure you have the following installed:
26
26
27
-
*Some kind of localhost server program that supports PHP (any will do)
27
+
*A web server with PHP support (any will do, such as [XAMPP](http://www.apachefriends.org/en/xampp.html) or [MAMP](http://www.mamp.info/en/index.html))
28
28
*[Node.js](http://nodejs.org/) (includes NPM, necessary for the next step)
29
29
* Grunt (install with: `npm install -g grunt`
30
30
31
-
Maintaining a list of platform specific instructions is outside of the scope of this document and there is plenty of existing documentation for the above technologies.
32
-
33
31
### Build a Local Copy of jQuery UI
34
32
35
33
Create a fork of the jQuery UI repo on GitHub at http://github.com/jquery/jquery-ui.
0 commit comments