mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Restore line in autotest-js
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
9ee339d430
commit
db752fb557
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue