class Middleman::Cli::Bundle

A initializing Bundler

Public Instance Methods

bundle() click to toggle source

The setup task

# File lib/middleman-core/cli/bundler.rb, line 13
def bundle
  run('bundle install') # , :capture => true)
end