Skip to content

Commit 338f2f2

Browse files
committed
Default rake task is 'book:build'.
To build book, simply run ``` bundle exec rake ```
1 parent e2978f6 commit 338f2f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ namespace :book do
2626
puts " -- PDF output at progit.pdf"
2727
end
2828
end
29+
30+
task :default => "book:build"

0 commit comments

Comments
 (0)