chore(Rakefile): remove bogus symlink from build

This commit is contained in:
Igor Minar 2012-08-29 01:22:00 -07:00 committed by Igor Minar
parent d6706efe7f
commit 1702e49548

View file

@ -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