Skip to content

Commit b4ea36a

Browse files
committed
Include images into HTML file
1 parent bb895a8 commit b4ea36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace :book do
1313
`git shortlog -s | grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
1414

1515
puts "Converting to HTML..."
16-
`bundle exec asciidoctor #{params} progit.asc`
16+
`bundle exec asciidoctor #{params} -a data-uri progit.asc`
1717
puts " -- HTML output at progit.html"
1818

1919
puts "Converting to EPub..."

0 commit comments

Comments
 (0)