Skip to content

Commit

Permalink
Do not generate the site in verbose mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Aug 2, 2016
1 parent d504eb5 commit 57c6408
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rake/site.rake
Expand Up @@ -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")
})
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit 57c6408

Please sign in to comment.