From d8310af7d9dea4ca413220d60d0625e3f86a1fa2 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 28 May 2015 14:54:39 +0200 Subject: [PATCH] add d3 and nvd3 js modules --- .gitmodules | 6 ++++++ teleforma/static/teleforma/lib/d3 | 1 + teleforma/static/teleforma/lib/nvd3 | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 teleforma/static/teleforma/lib/d3 create mode 160000 teleforma/static/teleforma/lib/nvd3 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..98fb56ba --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[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 diff --git a/teleforma/static/teleforma/lib/d3 b/teleforma/static/teleforma/lib/d3 new file mode 160000 index 00000000..78e0a4bb --- /dev/null +++ b/teleforma/static/teleforma/lib/d3 @@ -0,0 +1 @@ +Subproject commit 78e0a4bb81a6565bf61e3ef1b898ef8377478766 diff --git a/teleforma/static/teleforma/lib/nvd3 b/teleforma/static/teleforma/lib/nvd3 new file mode 160000 index 00000000..c41d501c --- /dev/null +++ b/teleforma/static/teleforma/lib/nvd3 @@ -0,0 +1 @@ +Subproject commit c41d501c1d1215844a8ae6b13646d15fc788c26b -- 2.39.5