Files
habitica/Makefile
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

2 lines
74 B
Makefile

compile:
./node_modules/browserify/bin/cmd.js index.js > index-browser.js