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 14
def bundle
  run('bundle install --without development test')#, :capture => true)
end