This commit is contained in:
Thomas Reynolds 2015-12-15 09:58:22 -08:00
parent 6af784d5d5
commit 9e5b137ed8
4 changed files with 24 additions and 2 deletions

View file

@ -64,7 +64,7 @@ module Middleman::Cli
if builder.run!
clean_directories! if options['clean']
shell.say "Project built successfully."
shell.say 'Project built successfully.'
else
msg = 'There were errors during this build'
unless options['verbose']