Skip to content

Commit 00086a8

Browse files
committed
Readme: Added notes about running unit tests and creating builds.
1 parent f4b2d7a commit 00086a8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,36 @@ pull request for that branch. Don't mix unrelated changes. You can use the commi
2121
message as the description for the pull request.
2222

2323

24+
Running the Unit Tests
25+
---
26+
27+
Run the unit tests with a local server that supports PHP. No database is required. Pre-configured php local servers are available for Windows and Mac. Here are some options:
28+
29+
- Windows: [WAMP download](http://www.wampserver.com/en/)
30+
- Mac: [MAMP download](http://www.mamp.info/en/index.html)
31+
- Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation)
32+
- [Mongoose (most platforms)](http://code.google.com/p/mongoose/)
33+
34+
35+
Building jQuery UI
36+
---
37+
38+
jQuery UI uses the [grunt](http://github.com/cowboy/grunt) build system. Building jQuery UI requires node.js and a command line zip program.
39+
40+
Clone the jQuery UI git repo.
41+
42+
`git clone git://github.com/jquery/jquery-ui.git`
43+
`cd jquery-ui`
44+
45+
Install node modules.
46+
47+
`npm install`
48+
49+
Run grunt.
50+
51+
`grunt build`
52+
53+
2454
For committers
2555
---
2656
When looking at pull requests, first check for [proper commit messages](http://wiki.jqueryui.com/w/page/12137724/Bug-Fixing-Guide).

0 commit comments

Comments
 (0)