Class: MrHyde::Commands::Build

Inherits:
MrHyde::Command show all
Defined in:
lib/mr_hyde/commands/build.rb

Class Method Summary collapse

Methods inherited from MrHyde::Command

configuration, configuration_from_options

Class Method Details

.process(args, opts = {}) ⇒ Object

Options



14
15
16
17
# File 'lib/mr_hyde/commands/build.rb', line 14

def process(args, opts = {})
  MrHyde::Site.build args, opts
  MrHyde.logger.info "Built process is finished, you can see the result in '#{MrHyde.destination}' folder"
end