Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sencha Cmd instructions #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ By default, the git clone command will only create the master branch locally. If
git checkout -b 02_enhanced_theme origin/02_enhanced_theme
git checkout -b 03_multi_theme origin/03_multi_theme

## Using Sencha Cmd
download [Sencha Cmd][cmd]
Assuming that you've saved the latest SDK into your downloads folder (`~/Downloads/sencha-touch-2.1.0-commercial`), you can run the following commands in the terminal. Also assumes you've cloned Touch-Theming into your home directory. Adjust commands accordingly

cd ~Downloads/sencha-touch-2.1.0-commercial
sencha generate app theme ~/Touch-Theming/
cd resources
compass compile

[0]: https://github.com/senchalearn/Touch-Theming/tree/00_blank_slate
[1]: https://github.com/senchalearn/Touch-Theming/tree/01_default_theme
[2]: https://github.com/senchalearn/Touch-Theming/tree/02_enhanced_theme
Expand All @@ -35,3 +44,4 @@ By default, the git clone command will only create the master branch locally. If

[demo]: http://senchalearn.github.com/Touch-Theming/
[video]: https://vimeo.com/album/1846874/video/36917216
[cmd]: http://www.sencha.com/products/sencha-cmd