Skip to content

Commit 433fa7d

Browse files
devversionjelbourn
authored andcommitted
build: update rules_sass version to latest (#18242)
Updates `rules_sass` to the latest version that contains: bazelbuild/rules_sass@dd0079b. This fixes that errors are reported silently and only shown once the CSS file is served in the browser. It still means that the message might not be printed in the terminal, since there is still bazelbuild/rules_sass#96, but it's better seeing that something failed at compilation time.
1 parent 97a7e2b commit 433fa7d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

WORKSPACE

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ http_archive(
1515
# Add sass rules
1616
http_archive(
1717
name = "io_bazel_rules_sass",
18-
sha256 = "77e241148f26d5dbb98f96fe0029d8f221c6cb75edbb83e781e08ac7f5322c5f",
19-
strip_prefix = "rules_sass-1.24.0",
18+
sha256 = "c78be58f5e0a29a04686b628cf54faaee0094322ae0ac99da5a8a8afca59a647",
19+
strip_prefix = "rules_sass-1.25.0",
2020
urls = [
21-
"https://github.com/bazelbuild/rules_sass/archive/1.24.0.zip",
22-
"https://mirror.bazel.build/github.com/bazelbuild/rules_sass/archive/1.24.0.zip",
21+
"https://github.com/bazelbuild/rules_sass/archive/1.25.0.zip",
2322
],
2423
)
2524

0 commit comments

Comments
 (0)