Skip to content
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