Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Update the README to include instructions for including a custom theme
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Nov 9, 2011
1 parent a213cfa commit 75341c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -77,9 +77,8 @@ theme's name. For testing locally, make sure the index.php file is copied as wel
2. Edit the `jquery.mobile.theme.css` file so it contains your custom fonts and colors.
3. Once you are done editing your files and saving them, open a terminal.
4. Navigate to the jQuery-Mobile folder's root.
5. Run the following command to build jQuery-Mobile. The CSSTHEME specifies what theme to include. If you leave it off,
it will build using the "default" theme.
5. Run the following command to build jQuery-Mobile (THEME is the name of the folder for your theme from step 1.):

make CSSTHEME=YourThemeName
make THEME=YourThemeName

6. The compiled files will be located in the "compiled" folder in the root of jQuery-Mobile.
6. The compiled files will be located in the "compiled" folder in the root of jQuery-Mobile.

0 comments on commit 75341c6

Please sign in to comment.