From db752fb55781015513b04d2827c7a483f9cac2ca Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Thu, 6 Jan 2022 14:43:26 +0100 Subject: Restore line in autotest-js Signed-off-by: Louis Chemineau --- autotest-js.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest-js.sh b/autotest-js.sh index 9f2f5b1c928..b5bb9965553 100755 --- a/autotest-js.sh +++ b/autotest-js.sh @@ -28,7 +28,7 @@ for SCSSFILE in core/css/*.scss do FILE=$(basename $SCSSFILE) FILENAME="${FILE%.*}" - # printf "\$webroot:''; @import 'functions.scss'; @import 'variables.scss'; @import '${FILE}';" | ./build/bin/node-sass --include-path core/css/ > tests/css/${FILE}.css + printf "\$webroot:''; @import 'functions.scss'; @import 'variables.scss'; @import '${FILE}';" | ./build/bin/node-sass --include-path core/css/ > tests/css/${FILE}.css done KARMA="$PREFIX/node_modules/karma/bin/karma" -- cgit v1.2.3