lib/massimo/commands/build.rb in massimo-0.7.4 vs lib/massimo/commands/build.rb in massimo-0.7.5
- old
+ new
@@ -7,13 +7,13 @@
Builds the site from the source files.
}
end
def run
- Massimo::UI.report_errors do
+ exit Massimo::UI.report_errors {
site.process
Massimo::UI.say 'massimo has built your site', :growl => true
- end
+ }
end
end
end
end
\ No newline at end of file