lib/author/commands/generator.rb in author-1.1.0.alpha vs lib/author/commands/generator.rb in author-1.1.1.alpha
- old
+ new
@@ -24,10 +24,12 @@
copy_file 'Gemfile', 'Gemfile'
create_file 'outline.txt'
template 'sample.md', 'chapters/sample.md'
template 'layout.xhtml', 'templates/layout.xhtml'
- gsub_file 'templates/layout.xhtml', '<!-- insert @body -->', '<%= @body %>'
+ gsub_file 'templates/layout.xhtml', '<!-- insert @body -->', '<%= @body %>'
+
+ copy_file 'book.css', 'export/book.css'
end
def bundle_gems
inside destination_root do
say "Bundling gems"
\ No newline at end of file