Created
April 28, 2010 07:55
-
-
Save millenomi/381848 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'build_idioms/webos' | |
| BuildIdioms::WebOS.mojo_application \ | |
| :sources_path => 'stylematters' | |
| # examples: | |
| # if at includes/idioms/webos.rb: | |
| # rake -Iincludes build | |
| # rake -Iincludes clean | |
| # rake -Iincludes run | |
| # rake -Iincludes uninstall | |
| # to see all targets, rake -Iincludes -P | |
| # to see all build settings, rake -Iincludes dump_settings | |
| # please note: you can target the commands that interact with a device using the ON env variable (same syntax as -d flags to palm-* tools): | |
| # example: ON=tcp rake run # runs on the emulator | |
| # to explicitly say you want the default, omit ON or use ON=any. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment