Backend for songs.zachdecook.com
ccharter script: Add as submodule
Zach DeCook 2021-09-30
parent 28b341d · commit f897168
-rw-r--r--.gitmodules3
m---------ccharter0
l---------laravel/public/js/ccharter.js1
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 0eb8e63..a5ef8e7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "chordsdata"]
path = chordsdata
url = https://gitlab.com/earboxer/chordsdata.git
+[submodule "ccharter"]
+ path = ccharter
+ url = https://github.com/earboxer/ccharter.git
diff --git a/ccharter b/ccharter
new file mode 160000
+Subproject 7f1d966165c912b9386eea97faa6434e036dab5
diff --git a/laravel/public/js/ccharter.js b/laravel/public/js/ccharter.js
new file mode 120000
index 0000000..13252ac
--- /dev/null
+++ b/laravel/public/js/ccharter.js
@@ -0,0 +1 @@
+../../../ccharter/scripts/ccharter.js \ No newline at end of file