Skip to content

Commit

Permalink
cleanups (#1150)
Browse files Browse the repository at this point in the history
* chore: remove e2e/stylus and e2e/less

These no longer use our bazel rules so they can just be demonstrated in the examples/app

* chore: cleanup examples/angular

some bits aren't needed since its now in our monorepo
In particular the husky library here was installing a wrong path into the .git/hooks
  • Loading branch information
alexeagle authored Sep 19, 2019
1 parent d282737 commit d846f45
Show file tree
Hide file tree
Showing 26 changed files with 297 additions and 1,041 deletions.
14 changes: 0 additions & 14 deletions e2e/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ e2e_integration_test(
},
)

e2e_integration_test(
name = "e2e_less",
npm_packages = {
"//packages/less:npm_package": "@bazel/less",
},
)

e2e_integration_test(
name = "e2e_node_loader_no_preserve_symlinks",
)
Expand All @@ -75,13 +68,6 @@ e2e_integration_test(
name = "e2e_packages",
)

e2e_integration_test(
name = "e2e_stylus",
npm_packages = {
"//packages/stylus:npm_package": "@bazel/stylus",
},
)

e2e_integration_test(
name = "e2e_symlinked_node_modules_npm",
npm_packages = {
Expand Down
2 changes: 0 additions & 2 deletions e2e/index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ ALL_E2E = [
"karma",
"karma_stack_trace",
"karma_typescript",
"less",
"node_loader_no_preserve_symlinks",
"node_loader_preserve_symlinks",
"packages",
"stylus",
"symlinked_node_modules_npm",
"symlinked_node_modules_yarn",
"ts_auto_deps",
Expand Down
1 change: 0 additions & 1 deletion e2e/less/.bazelrc

This file was deleted.

42 changes: 0 additions & 42 deletions e2e/less/BUILD.bazel

This file was deleted.

38 changes: 0 additions & 38 deletions e2e/less/WORKSPACE

This file was deleted.

7 changes: 0 additions & 7 deletions e2e/less/golden.css

This file was deleted.

10 changes: 0 additions & 10 deletions e2e/less/package.json

This file was deleted.

7 changes: 0 additions & 7 deletions e2e/less/test.js

This file was deleted.

6 changes: 0 additions & 6 deletions e2e/less/test.less

This file was deleted.

Loading

0 comments on commit d846f45

Please sign in to comment.