Do not generate the site in verbose mode.

This commit is contained in:
Parker Moore 2016-08-02 13:32:43 -07:00
parent d504eb5ce9
commit 57c6408b7f
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@ namespace :site do
require "jekyll"
Jekyll::Commands::Build.process({
"profile" => true,
"verbose" => true,
"source" => File.expand_path("site"),
"destination" => File.expand_path("site/_site")
})
@ -85,7 +84,6 @@ namespace :site do
ENV['JEKYLL_ENV'] = 'production'
require "jekyll"
Jekyll::Commands::Build.process({
"verbose" => true,
"source" => File.expand_path("site"),
"destination" => File.expand_path("gh-pages"),
"sass" => { "style" => "compressed" }