Class: Middleman::Cli::Bundle

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

Overview

A initializing Bundler

Instance Method Summary (collapse)

Instance Method Details

- (Object) bundle

The setup task



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

def bundle
  run('bundle install --without development test')#, :capture => true)
end