mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(Rakefile): remove test_out dir when cleaning
This commit is contained in:
parent
d57abdb3f7
commit
c4573c04aa
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue