Skip to content

Commit

Permalink
don't exclude the license
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielecirulli committed Jul 22, 2013
1 parent ed8ba88 commit a5e2bcf
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 @@ -6,7 +6,7 @@ task :build do |t|
manifest = JSON.parse File.read "manifest.json"
version = manifest["version"]
directory = File.basename Dir.getwd
excludes = ["Rakefile", "README.md", "LICENSE.txt", "*/"].map { |f| "#{directory}/#{f}" }.join " "
excludes = ["Rakefile", "README.md", "*/"].map { |f| "#{directory}/#{f}" }.join " "
command = "cd .. && zip hn-special-v#{version}.zip #{directory}/* -x #{excludes}"

puts "Zipping version #{version}..."
Expand Down

0 comments on commit a5e2bcf

Please sign in to comment.