From ccd35095d05cfcb4e436efd8360147628198b4e1 Mon Sep 17 00:00:00 2001
From: Julius Haertl <jus@bitgrid.net>
Date: Mon, 6 Mar 2017 00:08:21 +0100
Subject: [PATCH] Add variables.scss to sass compile test

Signed-off-by: Julius Haertl <jus@bitgrid.net>
---
 autotest-js.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
-- 
GitLab