Skip to content

Commit

Permalink
no longer create empty layouts folder. Closes: #1340
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Jul 14, 2019
1 parent 6707fc5 commit 8665c84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/review/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def execute(*args)
generate_sample(dir)
generate_images_dir(dir)
generate_cover_image(dir)
generate_layout(dir)
generate_style(dir)
generate_texmacro(dir)
generate_config(dir)
Expand Down Expand Up @@ -109,10 +108,6 @@ def generate_sample(dir)
end
end

def generate_layout(dir)
FileUtils.mkdir_p File.join(dir, 'layouts')
end

def generate_catalog_file(dir)
File.open(File.join(dir, 'catalog.yml'), 'w') do |file|
file.write <<-EOS
Expand Down

0 comments on commit 8665c84

Please sign in to comment.