aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2012-10-17 15:44:18 -0700
committerIgor Minar2012-10-17 20:20:54 -0700
commitc4573c04aa152e85c87b6462c81585c7fb7d7a3d (patch)
treed8ce1c4643b5a359c9b333e1d6ed524ff72fa6cc
parentd57abdb3f7d4469c5cba0efdd762c09d0678013e (diff)
downloadangular.js-c4573c04aa152e85c87b6462c81585c7fb7d7a3d.tar.bz2
chore(Rakefile): remove test_out dir when cleaning
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 45b7be94..8b609082 100644
--- a/Rakefile
+++ b/Rakefile
@@ -40,6 +40,7 @@ desc 'Clean Generated Files'
task :clean do
FileUtils.rm_r(BUILD_DIR, :force => true)
FileUtils.mkdir(BUILD_DIR)
+ FileUtils.rm_r('test_out', :force => true)
end