aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2012-08-29 01:22:00 -0700
committerIgor Minar2012-08-30 08:58:39 -0700
commitd341483f1f7770c1a5f684e95b4908045abe5179 (patch)
treec9cb683bea0f780fd376fb6b9227408353261314
parentb36acbc8577d087bde48ff6045d6188cd515b8b7 (diff)
downloadangular.js-d341483f1f7770c1a5f684e95b4908045abe5179.tar.bz2
chore(Rakefile): remove bogus symlink from build
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 7a104b77..8d04d024 100644
--- a/Rakefile
+++ b/Rakefile
@@ -159,7 +159,6 @@ task :package => [:clean, :minify, :docs] do
FileUtils.rm zip_dir
FileUtils.mv zip_file, path_to(zip_file)
- FileUtils.ln_s '../', path_to(NG_VERSION.full)
puts "Package created: #{path_to(zip_file)}"
end