diff options
Diffstat (limited to 'scripts/clean/client/sass.sh')
-rwxr-xr-x | scripts/clean/client/sass.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean/client/sass.sh b/scripts/clean/client/sass.sh index 82c079f28..04d239ffc 100755 --- a/scripts/clean/client/sass.sh +++ b/scripts/clean/client/sass.sh | |||
@@ -2,4 +2,4 @@ | |||
2 | 2 | ||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | rm -f stylesheets/index.css | 4 | rm -f stylesheets/index.css |
5 | find angular -regextype posix-egrep -regex ".*\.(css)$" -exec rm -f {} \; | 5 | find app -regextype posix-egrep -regex ".*\.(css)$" -exec rm -f {} \; |