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