Output Jekyll output if ENV['DEBUG'] exists

This commit is contained in:
Parker Moore 2014-05-26 20:09:13 -04:00
parent e5b7373298
commit 62129d9a2f
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ end
When /^I run jekyll(.*)$/ do |args|
status = run_jekyll(args)
if args.include?("--verbose")
if args.include?("--verbose") || ENV['DEBUG']
puts jekyll_run_output
end
end