diff options
Diffstat (limited to 'scripts/watch/client/sass.sh')
-rwxr-xr-x | scripts/watch/client/sass.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/watch/client/sass.sh b/scripts/watch/client/sass.sh deleted file mode 100755 index f7a8c8a2b..000000000 --- a/scripts/watch/client/sass.sh +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #!/usr/bin/env sh | ||
2 | |||
3 | cd client || exit -1 | ||
4 | |||
5 | concurrently \ | ||
6 | "node-sass -w --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \ | ||
7 | "node-sass -w app/ --output app/" | ||