Commit graph

17 commits

Author SHA1 Message Date
Dušan Juretić
b89cce001f fix readme: use npm test to run tests 2013-11-23 23:33:24 -03:00
Dušan Juretić
d698858b8a add travis build status to readme 2013-11-09 22:30:24 -03:00
Dušan Juretić
8743e00b62 show how to run tests in readme 2013-10-31 22:07:19 -03:00
Tyler Renelle
83a711e796 update readme 2013-08-26 22:33:56 -04:00
Tyler Renelle
d29f267425 move browserify step to Grunt instead of Make (for consistency). Build files now in dist/ as dist/habitrpg-shared.js & dist/spritesheets.css 2013-08-26 22:09:02 -04:00
yangit
c7f8626040 Coffee sourceMaps! 2013-05-24 15:03:20 +08:00
yangit
ef9ec0cc22 Coffeeify plugin for browserify to compile .coffee into browser.js. 2013-05-24 13:29:04 +08:00
Tyler Renelle
1feb209c24 Moving back to the Browserify method of concat'd JS files, which will
then be exposed to the browser as a global. This was decided between
@yangit and me, as we found RequireJS to be too painful to setup for
our use case. This Browserify + Global works just fine for us, and it
fits perfectly as require() statements in our node.js backend
2013-05-19 18:01:01 +01:00
yangit
6c7bb7d4ab CS all the way! 2013-05-17 10:30:19 +08:00
yangit
d3cf80ec02 readme.fix
Alogos are still BROKEN. I'm deploying them here for testing.
2013-05-15 22:08:35 +08:00
yangit
28aa7d2e4f Requred items.js from algos.coffee We do not need to pass items{} to scoring function anymore.
Alogos are still BROKEN. I'm deploying them here for testing.
2013-05-15 21:59:01 +08:00
yangit
ff8721b4a3 Require.js example.
Alogos are still BROKEN. I'm deploying them here for testing.
2013-05-15 13:27:17 +08:00
yangit
8897cc338a Stripped all derby related code.
Added require.js wrapper.
Alogos is still BROKEN. I'm deploying them here for testing.
2013-05-15 12:51:21 +08:00
Tyler Renelle
ad3d4fad05 modify css to work with mobile img directory 2013-04-10 15:06:44 -04:00
Tyler Renelle
4a112bb180 add in temp compiled stylus css, full index.css from the website (we
need to come up with something better)
2013-04-10 15:00:40 -04:00
Tyler Renelle
6248962d50 update the readme 2013-03-12 17:46:36 -04:00
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