Skip to content

Commit 1e8bfa8

Browse files
authored
Replace node-sass with sass in test dependencies (#823)
1 parent f7389ac commit 1e8bfa8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"coffeescript": "latest",
1717
"less": "latest",
1818
"livescript": "latest",
19-
"node-sass": "latest",
19+
"sass": "latest",
2020
"stylus": "latest",
2121
"cssmin": "latest",
2222
"google-closure-compiler": "latest",

tests/assets/compilers/scss/expected.css

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def node_exe_path(command):
157157

158158
PIPELINE.update(
159159
{
160-
"SASS_BINARY": node_exe_path("node-sass"),
160+
"SASS_BINARY": node_exe_path("sass"),
161161
"COFFEE_SCRIPT_BINARY": node_exe_path("coffee"),
162162
"COFFEE_SCRIPT_ARGUMENTS": ["--no-header"],
163163
"LESS_BINARY": node_exe_path("lessc"),

0 commit comments

Comments
 (0)