1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

cleanup grunt file

This commit is contained in:
kayone
2013-11-23 17:42:22 -08:00
parent afda9242f7
commit 410c8a25d3
3 changed files with 4 additions and 41 deletions
+4
View File
@@ -43,6 +43,10 @@ Function CleanFolder($path)
get-childitem $path -File -Filter FluentValidation.resources.dll -recurse | foreach ($_) {remove-item $_.fullname}
get-childitem $path -File -Filter app.config -Recurse | foreach ($_) {remove-item $_.fullname}
Write-Host Removing .less files
get-childitem $path -File -Filter *.less -Recurse | foreach ($_) {remove-item $_.fullname}
Write-Host Removing NuGet