aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/clean/client/sass.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/clean/client/sass.sh')
-rwxr-xr-xscripts/clean/client/sass.sh2
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
3cd client || exit -1 3cd client || exit -1
4rm -f stylesheets/index.css 4rm -f stylesheets/index.css
5find angular -regextype posix-egrep -regex ".*\.(css)$" -exec rm -f {} \; 5find app -regextype posix-egrep -regex ".*\.(css)$" -exec rm -f {} \;