add 'build' task that builds for both modes

This commit is contained in:
Laurent Sansonetti
2013-06-01 13:20:57 +09:00
parent 9eb7bcac7b
commit 884b9bbe9f

View File

@@ -46,6 +46,9 @@ namespace :build do
end
end
desc "Build everything"
task :build => ['build:development', 'build:release']
desc "Run the project"
task :run => 'build:development' do
exec = App.config.app_bundle_executable('MacOSX')