Skip to content

Instantly share code, notes, and snippets.

@pixlwave
Last active August 29, 2015 14:05
Show Gist options
  • Save pixlwave/d281d19ff37baec0b105 to your computer and use it in GitHub Desktop.
Save pixlwave/d281d19ff37baec0b105 to your computer and use it in GitHub Desktop.
Override RubyMotion build tasks to do more stuff
namespace :build do
desc "Post build tasks"
task :development do
# do stuff
end
desc "Post release build tasks"
task :release do
# do stuff
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment