Skip to content

Commit

Permalink
Merge pull request #1344 from kmuto/nolayout
Browse files Browse the repository at this point in the history
layoutsフォルダを作るのを廃止
  • Loading branch information
kmuto authored Aug 11, 2019
2 parents cbd0ff5 + 8665c84 commit 1850896
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 1850896

Please sign in to comment.