Class: Middleman::Cli::Bundle
- Inherits:
-
Thor
- Object
- Thor
- Middleman::Cli::Bundle
- Includes:
- Thor::Actions
- Defined in:
- middleman-core/lib/middleman-core/cli/bundler.rb
Overview
A initializing Bundler
Instance Method Summary (collapse)
-
- (Object) bundle
The setup task.
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 |