mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 13:31:14 -05:00
Add variables.scss to sass compile test
Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
parent
4fbf9a4feb
commit
ccd35095d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue