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



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

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