From 851af119a7c9495d2b235f50a5c509df252877f4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 4 May 2021 18:28:50 +0200 Subject: [PATCH] remove frontend submodules (angular-bootstrap-select, d3, nvd3) --- .gitmodules | 9 --------- teleforma/static/teleforma/lib/angular-bootstrap-select | 1 - teleforma/static/teleforma/lib/d3 | 1 - teleforma/static/teleforma/lib/nvd3 | 1 - 4 files changed, 12 deletions(-) delete mode 160000 teleforma/static/teleforma/lib/angular-bootstrap-select delete mode 160000 teleforma/static/teleforma/lib/d3 delete mode 160000 teleforma/static/teleforma/lib/nvd3 diff --git a/.gitmodules b/.gitmodules index fd377063..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +0,0 @@ -[submodule "teleforma/static/teleforma/lib/nvd3"] - path = teleforma/static/teleforma/lib/nvd3 - url = https://github.com/nvd3-community/nvd3.git -[submodule "teleforma/static/teleforma/lib/d3"] - path = teleforma/static/teleforma/lib/d3 - url = https://github.com/mbostock/d3.git -[submodule "teleforma/static/teleforma/lib/angular-bootstrap-select"] - path = teleforma/static/teleforma/lib/angular-bootstrap-select - url = https://github.com/joaoneto/angular-bootstrap-select.git diff --git a/teleforma/static/teleforma/lib/angular-bootstrap-select b/teleforma/static/teleforma/lib/angular-bootstrap-select deleted file mode 160000 index 919dd6c9..00000000 --- a/teleforma/static/teleforma/lib/angular-bootstrap-select +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 919dd6c915497c7e35a07edd6c03e711447a06a9 diff --git a/teleforma/static/teleforma/lib/d3 b/teleforma/static/teleforma/lib/d3 deleted file mode 160000 index 78e0a4bb..00000000 --- a/teleforma/static/teleforma/lib/d3 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 78e0a4bb81a6565bf61e3ef1b898ef8377478766 diff --git a/teleforma/static/teleforma/lib/nvd3 b/teleforma/static/teleforma/lib/nvd3 deleted file mode 160000 index c41d501c..00000000 --- a/teleforma/static/teleforma/lib/nvd3 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c41d501c1d1215844a8ae6b13646d15fc788c26b -- 2.39.5