Backend for songs.zachdecook.com
ccharter script: Add as submodule
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | ccharter | 0 | ||||
| l--------- | laravel/public/js/ccharter.js | 1 |
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 |