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