Skip to content

Commit f801916

Browse files
authored
Merge pull request #1391 from Morganov/bugfix/embedded-images
Include images into HTML file
2 parents 22881fb + b4ea36a commit f801916

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)