Method: RhoDevelopment::BuildServer#build_partial_bundle_for_platform

Defined in:
lib/build/development/build_server.rb

#build_partial_bundle_for_platform(aPlatform, aFilename) ⇒ Object



11
12
13
14
15
# File 'lib/build/development/build_server.rb', line 11

def build_partial_bundle_for_platform(aPlatform, aFilename)
  RhoDevelopment.setup(Configuration::development_directory, aPlatform)
  RhoDevelopment.make_partial_bundle
  self.copy_platform_bundle_to_web_server_root(aPlatform, Configuration::partial_bundle_name, aFilename)
end