Skip to content

Instantly share code, notes, and snippets.

@millenomi
Created April 28, 2010 07:55
Show Gist options
  • Select an option

  • Save millenomi/381848 to your computer and use it in GitHub Desktop.

Select an option

Save millenomi/381848 to your computer and use it in GitHub Desktop.
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