diff options
Diffstat (limited to 'autotest-js.sh')
-rwxr-xr-x | autotest-js.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest-js.sh b/autotest-js.sh index 5f03132ee42..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 "@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" |