diff options
Diffstat (limited to 'scripts/watch/client/sass.sh')
-rwxr-xr-x | scripts/watch/client/sass.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/watch/client/sass.sh b/scripts/watch/client/sass.sh index 7d716cb7c..22c536e38 100755 --- a/scripts/watch/client/sass.sh +++ b/scripts/watch/client/sass.sh | |||
@@ -3,5 +3,5 @@ | |||
3 | cd client || exit -1 | 3 | cd client || exit -1 |
4 | 4 | ||
5 | concurrently \ | 5 | concurrently \ |
6 | "node-sass -w --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css client/angular/**/ client/angular/**/**" \ | 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 angular/ --output angular/" |