1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

removed legacy UI components

This commit is contained in:
Keivan Beigi
2017-02-23 16:56:47 -08:00
committed by Taloth Saldono
parent ab12c51e0f
commit 50d4d7a19d
16 changed files with 8 additions and 332 deletions

View File

@@ -39,9 +39,6 @@ CleanFolder()
find $path -name "FluentValidation.resources.dll" -exec rm "{}" \;
find $path -name "App.config" -exec rm "{}" \;
echo "Removing .less files"
find $path -name "*.less" -exec rm "{}" \;
echo "Removing vshost files"
find $path -name "*.vshost.exe" -exec rm "{}" \;