Skip to content

build: update to latest sass_rules version #14187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ http_archive(
# Add sass rules
http_archive(
name = "io_bazel_rules_sass",
# Explicitly depend on SHA c93cadb20753f4e4d4eabe83f8ea882bfb8f2efe because this one includes
# the major API overhaul and fix for the NodeJS source map warnings.
url = "https://github.com/bazelbuild/rules_sass/archive/c93cadb20753f4e4d4eabe83f8ea882bfb8f2efe.zip",
strip_prefix = "rules_sass-c93cadb20753f4e4d4eabe83f8ea882bfb8f2efe",
url = "https://github.com/bazelbuild/rules_sass/archive/1.15.1.zip",
strip_prefix = "rules_sass-1.15.1",
)

# Since we are explitly fetching @build_bazel_rules_typescript, we should explicitly ask for
Expand Down
2 changes: 1 addition & 1 deletion tools/sass_bundle.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@io_bazel_rules_sass//sass:sass.bzl", "SassInfo")
load("@io_bazel_rules_sass//:defs.bzl", "SassInfo")

# Implementation of sass_bundle that performs an action
def _sass_bundle(ctx):
Expand Down