diff options
| author | Igor Minar | 2012-10-17 15:44:18 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-10-17 15:44:18 -0700 |
| commit | 4f5902258277a801ae651b6ccb82c7da476f8c41 (patch) | |
| tree | fbbc714cc9370570998e2b6ae1bc368bb6a5fc13 | |
| parent | 3bd95dbb1a502575ae8250f49190f153442054eb (diff) | |
| download | angular.js-4f5902258277a801ae651b6ccb82c7da476f8c41.tar.bz2 | |
chore(Rakefile): remove test_out dir when cleaning
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
