Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautotest-js.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest-js.sh b/autotest-js.sh
index bd7310c4e43..1c1594a9af3 100755
--- a/autotest-js.sh
+++ b/autotest-js.sh
@@ -24,7 +24,7 @@ mkdir -p "$PREFIX" && $NPM install --link --prefix "$PREFIX" || exit 3
# create scss test
mkdir -p tests/css
-./build/bin/node-sass --output tests/css core/css
+cat core/css/variables.scss core/css/*.scss | ./build/bin/node-sass > tests/css/combined.css
KARMA="$PREFIX/node_modules/karma/bin/karma"