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.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/clean/client/sass.sh b/scripts/clean/client/sass.sh
new file mode 100755
index 000000000..82c079f28
--- /dev/null
+++ b/scripts/clean/client/sass.sh
@@ -0,0 +1,5 @@
1#!/usr/bin/env sh
2
3cd client || exit -1
4rm -f stylesheets/index.css
5find angular -regextype posix-egrep -regex ".*\.(css)$" -exec rm -f {} \;