From f8971688be88c691c23a6598d87e73b9efd9841b Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 30 Sep 2021 13:20:04 +0000 Subject: ccharter script: Add as submodule --- .gitmodules | 3 +++ ccharter | 1 + laravel/public/js/ccharter.js | 1 + 3 files changed, 5 insertions(+) create mode 160000 ccharter create mode 120000 laravel/public/js/ccharter.js 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 index 0000000..7f1d966 --- /dev/null +++ b/ccharter @@ -0,0 +1 @@ +Subproject commit 7f1d966165c912b9386eea97faa6434e036dab58 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 -- cgit 1.4.1