Skip to content

Commit

Permalink
Exclude packages.json from compressing
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 20, 2022
1 parent edd58c0 commit 8b01223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ task :package do

puts "Packaging into #{zipfile_name} ..."

exclude = %w[. .. Gemfile Gemfile.lock Rakefile .git .gitignore .idea data.rb README.md]
exclude = %w[. .. Gemfile Gemfile.lock Rakefile .git .gitignore .idea data.rb README.md packages.json]
zf = ZipFileGenerator.new('.', zipfile_name, exclude)
zf.write

Expand Down

0 comments on commit 8b01223

Please sign in to comment.