Skip to content

Commit

Permalink
build: update rules_sass version to latest (angular#18242)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
devversion authored and yifange committed Jan 30, 2020
1 parent 90c84fa commit 9178ab4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ http_archive(
# Add sass rules
http_archive(
name = "io_bazel_rules_sass",
sha256 = "77e241148f26d5dbb98f96fe0029d8f221c6cb75edbb83e781e08ac7f5322c5f",
strip_prefix = "rules_sass-1.24.0",
sha256 = "c78be58f5e0a29a04686b628cf54faaee0094322ae0ac99da5a8a8afca59a647",
strip_prefix = "rules_sass-1.25.0",
urls = [
"https://github.com/bazelbuild/rules_sass/archive/1.24.0.zip",
"https://mirror.bazel.build/github.com/bazelbuild/rules_sass/archive/1.24.0.zip",
"https://github.com/bazelbuild/rules_sass/archive/1.25.0.zip",
],
)

Expand Down

0 comments on commit 9178ab4

Please sign in to comment.