Skip to content

Commit

Permalink
added a quick tip about setting up MAMP for Mac OSX users who don't h…
Browse files Browse the repository at this point in the history
…ave a webserver already set up.
  • Loading branch information
scottjehl committed Sep 18, 2010
1 parent 125cb6c commit db30109
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Usage
=====
For now, I've set things up with a little combinator script to concat all the css and js files into one request and gzip. (js/all and css/all)
You'll need to point your local apache & php webserver at this root directory in order to preview things.

If you don't currently have a webserver running locally, a quick way to get up and running is to download and install Mamp for Mac OSX. Once installed, just open Mamp, click preferences, go to the Apache tab, and select your local jQuery Mobile folder as the root. Then you can open a browser to http://localhost:8888 to preview the code.

Whenever this configuration becomes inconvenient, we can remove it, obviously it's not meant to stay!

- when adding a js or css file, add it to the manifest in its directory and it'll be included in the request
Expand Down

0 comments on commit db30109

Please sign in to comment.