Do not generate the site in verbose mode.
This commit is contained in:
parent
d504eb5ce9
commit
57c6408b7f
|
@ -37,7 +37,6 @@ namespace :site do
|
||||||
require "jekyll"
|
require "jekyll"
|
||||||
Jekyll::Commands::Build.process({
|
Jekyll::Commands::Build.process({
|
||||||
"profile" => true,
|
"profile" => true,
|
||||||
"verbose" => true,
|
|
||||||
"source" => File.expand_path("site"),
|
"source" => File.expand_path("site"),
|
||||||
"destination" => File.expand_path("site/_site")
|
"destination" => File.expand_path("site/_site")
|
||||||
})
|
})
|
||||||
|
@ -85,7 +84,6 @@ namespace :site do
|
||||||
ENV['JEKYLL_ENV'] = 'production'
|
ENV['JEKYLL_ENV'] = 'production'
|
||||||
require "jekyll"
|
require "jekyll"
|
||||||
Jekyll::Commands::Build.process({
|
Jekyll::Commands::Build.process({
|
||||||
"verbose" => true,
|
|
||||||
"source" => File.expand_path("site"),
|
"source" => File.expand_path("site"),
|
||||||
"destination" => File.expand_path("gh-pages"),
|
"destination" => File.expand_path("gh-pages"),
|
||||||
"sass" => { "style" => "compressed" }
|
"sass" => { "style" => "compressed" }
|
||||||
|
|
Loading…
Reference in New Issue