diff options
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/client/sass.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/client/sass.sh b/scripts/build/client/sass.sh index 0caa0df20..d8dfedca3 100755 --- a/scripts/build/client/sass.sh +++ b/scripts/build/client/sass.sh | |||
@@ -6,4 +6,4 @@ cd client || exit -1 | |||
6 | # Compile index and angular files | 6 | # Compile index and angular files |
7 | concurrently \ | 7 | concurrently \ |
8 | "node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \ | 8 | "node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \ |
9 | "node-sass angular/ --output angular/" | 9 | "node-sass app/ --output app/" |