lib/bookmaker/generator.rb in bookmaker-0.4.0 vs lib/bookmaker/generator.rb in bookmaker-0.5.0
- old
+ new
@@ -14,9 +14,10 @@
def copy_templates
copy_file "latex.erb", "templates/pdf/layout.erb"
copy_file "html.erb", "templates/html/layout.erb"
copy_file "user.css", "templates/html/user.css"
+ copy_file "layout.css", "templates/html/layout.css"
copy_file "syntax.css", "templates/html/syntax.css"
copy_file "epub.erb", "templates/epub/page.erb"
copy_file "epub.css", "templates/epub/user.css"
end
\ No newline at end of file