From 3ba69204edaa0601d00e1a530631c7e00c5383a4 Mon Sep 17 00:00:00 2001 From: Philip Trauner Date: Sun, 25 Jun 2017 17:58:25 +0200 Subject: [PATCH] Added submodules --- .gitmodules | 6 ++++++ static/scripts/flot | 1 + static/scripts/highway.js | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 static/scripts/flot create mode 160000 static/scripts/highway.js diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8121fec --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "static/scripts/flot"] + path = static/scripts/flot + url = https://github.com/flot/flot.git +[submodule "static/scripts/highway.js"] + path = static/scripts/highway.js + url = https://github.com/PhilipTrauner/highway.js.git diff --git a/static/scripts/flot b/static/scripts/flot new file mode 160000 index 0000000..958e5fd --- /dev/null +++ b/static/scripts/flot @@ -0,0 +1 @@ +Subproject commit 958e5fd43c6dff4bab3e1fd5cb6109df5c1e8003 diff --git a/static/scripts/highway.js b/static/scripts/highway.js new file mode 160000 index 0000000..b24977c --- /dev/null +++ b/static/scripts/highway.js @@ -0,0 +1 @@ +Subproject commit b24977c5ef5abdfdcee3d0ee68842537cf3b0386