mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-23 13:25:48 +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
|
task :clean do
|
||||||
FileUtils.rm_r(BUILD_DIR, :force => true)
|
FileUtils.rm_r(BUILD_DIR, :force => true)
|
||||||
FileUtils.mkdir(BUILD_DIR)
|
FileUtils.mkdir(BUILD_DIR)
|
||||||
|
FileUtils.rm_r('test_out', :force => true)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue