aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/watch/client/sass.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/watch/client/sass.sh')
-rwxr-xr-xscripts/watch/client/sass.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch/client/sass.sh b/scripts/watch/client/sass.sh
index 22c536e38..f7a8c8a2b 100755
--- a/scripts/watch/client/sass.sh
+++ b/scripts/watch/client/sass.sh
@@ -4,4 +4,4 @@ cd client || exit -1
4 4
5concurrently \ 5concurrently \
6 "node-sass -w --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \ 6 "node-sass -w --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \
7 "node-sass -w angular/ --output angular/" 7 "node-sass -w app/ --output app/"