Hi I’m a student who will join in GSOC 2014.
I’m trying to run codecombat on my Mac, and I followed all guides from https://github.com/codecombat/codecombat/wiki/Developer-environment
Everything is working on(mongodb, brunch and coco-dev-server), but when I try to connect "http://localhost:3000, my chrome browser console displays those bugs:
Uncaught ReferenceError: jQuery is not defined transition.js:56
Uncaught ReferenceError: Backbone is not defined CocoModel.coffee:3
Uncaught ReferenceError: Backbone is not defined
I know it’s a very basic question and I included jquery, underscore and backbone.js, but it displayed other javascript errors.
Can I ask what’s wrong?
my mac: OS X 10.9.1
chrome : Version 33.0.1750.149
Thank you