mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
No description
index-browser.js which will load into window.habitrpgShared. Not the best method, we'll move to requirejs (r.js?) later |
||
|---|---|---|
| img | ||
| .gitignore | ||
| algos.js | ||
| favicon.ico | ||
| helpers.js | ||
| index-browser.js | ||
| index.js | ||
| items.js | ||
| Makefile | ||
| package.json | ||
| README.md | ||
Shared resources useful for multiple HabitRPG repositories. Assets (sprites, imgs, etc), CSS, algorithms, and more.
Because we can't load CommonJS format into the browser, you'll need to run make after making your changes. Any RequireJS experts out there wanna help us fix this?