diff options
| author | Igor Minar | 2012-08-31 13:49:49 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-09-04 11:08:40 -0700 |
| commit | dc3d11ad194edf56c57b16e964146188c49244a0 (patch) | |
| tree | 7b683f27476641e20bb87c70874f003a6c95c6b0 | |
| parent | 0e1545eb04f217f24ecd4e1474cf4cb31c8c3ef0 (diff) | |
| download | angular.js-dc3d11ad194edf56c57b16e964146188c49244a0.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) |
