Skip to content

Commit

Permalink
Add variables.scss to sass compile test
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Haertl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Mar 16, 2017
1 parent 0e7eca4 commit 82bbd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 82bbd02

Please sign in to comment.