Skip to content

Commit

Permalink
Merge pull request mattmanning#2 from lyoshenka/master
Browse files Browse the repository at this point in the history
Show Jekyll error output
  • Loading branch information
mattmanning committed May 1, 2012
2 parents 9d95a3c + c1be6f1 commit d23dae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def run_assets_precompile_rake_task

def generate_jekyll_site
puts "Building jekyll site"
run("env PATH=$PATH bundle exec jekyll")
run("env PATH=$PATH bundle exec jekyll 2>&1")
unless $? == 0
error "Failed to generate site with jekyll."
end
Expand Down

0 comments on commit d23dae0

Please sign in to comment.