test: Enable sass compiler for bazel integration test (#19357)

This commit is contained in:
Alex Eagle
2017-09-26 09:44:47 -07:00
committed by Victor Berchet
parent 27c6638913
commit 2cf52c1b55
5 changed files with 26 additions and 4 deletions

View File

@ -18,3 +18,13 @@ local_repository(
name = "angular",
path = "node_modules/@angular/bazel",
)
git_repository(
name = "io_bazel_rules_sass",
remote = "https://github.com/bazelbuild/rules_sass.git",
tag = "0.0.2",
)
load("@io_bazel_rules_sass//sass:sass.bzl", "sass_repositories")
sass_repositories()