Skip to content

Commit

Permalink
Добавлены опции отладки для сборки FB2
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganov committed Feb 4, 2023
1 parent 8b2c75c commit f69a8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace :book do
Rake::Task['book:prebuild'].invoke(48)

puts 'Converting to FB2...'
`bundle exec asciidoctor-fb2 #{params} progit.asc`
`bundle exec asciidoctor-fb2 #{params} progit.asc --trace --verbose`
puts ' -- FB2 output at progit.fb2.zip'
end

Expand Down

0 comments on commit f69a8d5

Please sign in to comment.