mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
reason we're removing the submodules (intead of keeping them around for offline development) is that derby does some watchfile magic on the public directory, and it causes a "max file limit" operating system error (mitigated by `ulimit -u 2048`). For offline developers, you may want to have some symlinks and a git stash handy
12 lines
505 B
Text
12 lines
505 B
Text
[submodule "public/vendor/github-buttons"]
|
|
path = public/vendor/github-buttons
|
|
url = https://github.com/mdo/github-buttons.git
|
|
[submodule "public/vendor/jquery-ui"]
|
|
path = public/vendor/jquery-ui
|
|
url = https://github.com/jquery/jquery-ui.git
|
|
[submodule "public/vendor/BrowserQuest"]
|
|
path = public/vendor/BrowserQuest
|
|
url = https://github.com/mozilla/BrowserQuest.git
|
|
[submodule "public/vendor/bootstrap-tour"]
|
|
path = public/vendor/bootstrap-tour
|
|
url = git://github.com/sorich87/bootstrap-tour.git
|