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