build: disable sass under bazel(#18848)

this seems to make the travis build flaky

PR Close #18848
This commit is contained in:
Alex Eagle
2017-08-23 11:42:35 -07:00
committed by Miško Hevery
parent 1b9b34ed46
commit f0c681a6de
8 changed files with 6 additions and 52 deletions

View File

@ -18,13 +18,3 @@ 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()