mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 19:41:07 +00:00
chore(Rakefile): remove bogus symlink from build
This commit is contained in:
parent
d6706efe7f
commit
1702e49548
1 changed files with 0 additions and 1 deletions
1
Rakefile
1
Rakefile
|
|
@ -159,7 +159,6 @@ task :package => [:clean, :minify, :docs] do
|
||||||
FileUtils.rm zip_dir
|
FileUtils.rm zip_dir
|
||||||
|
|
||||||
FileUtils.mv zip_file, path_to(zip_file)
|
FileUtils.mv zip_file, path_to(zip_file)
|
||||||
FileUtils.ln_s '../', path_to(NG_VERSION.full)
|
|
||||||
|
|
||||||
puts "Package created: #{path_to(zip_file)}"
|
puts "Package created: #{path_to(zip_file)}"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue