We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb895a8 commit b4ea36aCopy full SHA for b4ea36a
Rakefile
@@ -13,7 +13,7 @@ namespace :book do
13
`git shortlog -s | grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
14
15
puts "Converting to HTML..."
16
- `bundle exec asciidoctor #{params} progit.asc`
+ `bundle exec asciidoctor #{params} -a data-uri progit.asc`
17
puts " -- HTML output at progit.html"
18
19
puts "Converting to EPub..."
0 commit comments