Skip to content

Commit

Permalink
fix bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Feb 20, 2018
1 parent e6ad615 commit 046fdf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cdk/input/BUILD.bazel
Expand Up @@ -21,6 +21,7 @@ sass_library(
sass_binary(
name = "input_prebuilt_scss",
src = "input-prebuilt.scss",
deps = [":input_scss_lib"],
)

# TODO(jelbourn): remove this when sass_binary supports specifying an output filename and dir.
Expand Down
1 change: 1 addition & 0 deletions src/lib/input/BUILD.bazel
Expand Up @@ -12,6 +12,7 @@ ng_module(
"//src/lib/core",
"//src/lib/form-field",
"//src/cdk/coercion",
"//src/cdk/input",
"//src/cdk/platform",
],
tsconfig = ":tsconfig-build.json",
Expand Down

0 comments on commit 046fdf5

Please sign in to comment.