too aggressive with the deletes...

This commit is contained in:
Karl Freeman 2014-03-13 10:05:30 +00:00
parent 9de092ba5f
commit 554577b139

View file

@ -66,6 +66,7 @@ module Middleman
# Write a Bundler Gemfile file for project
# @return [void]
def generate_bundler!
template self.class.gemfile_template, File.join(location, 'Gemfile')
return if options[:'skip-bundle']
inside(location) do
run('bundle install')