Skip to content

Instantly share code, notes, and snippets.

View funkybunky's full-sized avatar

Marcus Kleppe funkybunky

  • Karlsruhe
View GitHub Profile
require.config({
baseUrl: '/backbone-tests/',
paths: {
'jquery' : '/app/libs/jquery',
'underscore' : '/app/libs/underscore',
'backbone' : '/app/libs/backbone',
'mocha' : 'libs/mocha',
'chai' : 'libs/chai',
'chai-jquery' : 'libs/chai-jquery',
'models' : '/app/models'