Class: Middleman::Cli::Bundle

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/middleman-core/cli/bundler.rb

Overview

A initializing Bundler

Instance Method Summary collapse

Instance Method Details

#bundleObject

The setup task



14
15
16
# File 'lib/middleman-core/cli/bundler.rb', line 14

def bundle
  run('bundle install')#, :capture => true)
end