Skip to content

Commit

Permalink
Replace node-sass with sass in test dependencies (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
peymanslh authored Oct 27, 2024
1 parent f7389ac commit 1e8bfa8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"coffeescript": "latest",
"less": "latest",
"livescript": "latest",
"node-sass": "latest",
"sass": "latest",
"stylus": "latest",
"cssmin": "latest",
"google-closure-compiler": "latest",
Expand Down
8 changes: 6 additions & 2 deletions tests/assets/compilers/scss/expected.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def node_exe_path(command):

PIPELINE.update(
{
"SASS_BINARY": node_exe_path("node-sass"),
"SASS_BINARY": node_exe_path("sass"),
"COFFEE_SCRIPT_BINARY": node_exe_path("coffee"),
"COFFEE_SCRIPT_ARGUMENTS": ["--no-header"],
"LESS_BINARY": node_exe_path("lessc"),
Expand Down

0 comments on commit 1e8bfa8

Please sign in to comment.