Skip to content

Commit 977c9fd

Browse files
committed
fixup! refactor: move rules_sass into repo
1 parent 3349357 commit 977c9fd

9 files changed

Lines changed: 24 additions & 9 deletions

File tree

bazel/rules/rules_angular/.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
common --@aspect_rules_ts//ts:skipLibCheck=always
2+
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
3+
14
# Flag for validation/demonstration of partial compilation usage.
25
build --flag_alias=partial_compilation=//src/ng_project/config:partial_compilation
36

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dist
2+
test
3+
node_modules
4+
browsers/private/update-tool/playwright

bazel/rules/rules_browsers/.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
common --@aspect_rules_ts//ts:skipLibCheck=always
2+
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
3+
14
try-import ../../../.bazelrc.common
25

36
####################################################

bazel/rules/rules_browsers/REPO.bazel

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ignore_directories([
2+
"dist",
3+
])

bazel/rules/rules_sass/REPO.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ignore_directories([
2+
"dist",
3+
"node_modules",
4+
])

bazel/rules/rules_sass/src/rules/sass_binary.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ sass_binary = rule(
152152
),
153153
"output_style": attr.string(
154154
doc = "How to style the compiled CSS",
155-
default = "compressed",
155+
default = "expanded",
156156
values = [
157157
"expanded",
158158
"compressed",

bazel/rules/rules_sass/test/mappings/material/index_golden.css

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/rules/rules_sass/test/output_config_golden.css

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)