Class: RhoDevelopment::AllPlatformsPartialBundleBuildingTask

Inherits:
LiveUpdateTask
  • Object
show all
Defined in:
development/live_update_task.rb

Class Method Summary (collapse)

Instance Method Summary (collapse)

Methods inherited from LiveUpdateTask

descendants, #dispatchToUrl, #execute, fromHash

Class Method Details

+ (Object) taskName



48
49
50
# File 'development/live_update_task.rb', line 48

def self.taskName
  'BuildPartialBundleForAllSubscribers'
end

Instance Method Details

- (Object) action



52
53
54
55
# File 'development/live_update_task.rb', line 52

def action
  server = BuildServer.new
  server.build_partial_bundles_for_all_subscribers
end