Skip to content

Commit

Permalink
chore(Rakefile): zip only the build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Aug 31, 2012
1 parent 5e90418 commit b223081
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 @@ -155,7 +155,7 @@ task :package => [:clean, :minify, :docs] do
zip_file = "#{zip_dir}.zip"

FileUtils.ln_s BUILD_DIR, zip_dir
%x(zip -r #{zip_file} .)
%x(zip -r #{zip_file} #{zip_dir})
FileUtils.rm zip_dir

FileUtils.mv zip_file, path_to(zip_file)
Expand Down

0 comments on commit b223081

Please sign in to comment.