diff options
| author | Igor Minar | 2012-08-31 13:49:49 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-08-31 13:59:03 -0700 |
| commit | b22308152f0befb90defa8e88f96171841791063 (patch) | |
| tree | d1190d98ae46c2b4b0a7f9331b62c7614ec01d26 | |
| parent | 5e9041818bca770c9261a3963e05dbb3c7ca2f06 (diff) | |
| download | angular.js-b22308152f0befb90defa8e88f96171841791063.tar.bz2 | |
chore(Rakefile): zip only the build dir
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
