Files
habitica/README.md
T
Tyler Renelle b832f40315 reverting back to commonjs format, using browserify to compile
index-browser.js which will load into window.habitrpgShared. Not the
best method, we'll move to requirejs (r.js?) later
2013-03-12 17:41:32 -04:00

3 lines
281 B
Markdown

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?