Class: Hanami::Commands::Assets::Precompile

Inherits:
Command
  • Object
show all
Defined in:
lib/hanami/commands/assets/precompile.rb

Instance Method Summary collapse

Methods inherited from Command

inherited, #initialize

Constructor Details

This class inherits a constructor from Hanami::Commands::Command

Instance Method Details

#startObject



10
11
12
# File 'lib/hanami/commands/assets/precompile.rb', line 10

def start
  Hanami::Assets.precompile(configurations)
end