azicchetti / jquerymobile-router

A router/controller for jquery mobile. Also adds support for client-side parameters in the hash part of the url. The routes handles regexp based routes. This plugin can be used alone or (better) with Backbone.js or Spine.js, because it's originally meant to replace their router with something integrated with jQM.
GNU General Public License v2.0
402 stars 69 forks source link

Backbone-requirejs-example to support more recent versions of libs #65

Closed TomiS closed 11 years ago

TomiS commented 11 years ago

Hi. While browsing through your interesting code examples I noticed the Backbone-requirejs-example was based on outdated versions of libraries. So I thought I could try to update the example to better suit today's needs :)

This PR updates all the dependencies to latest versions available. The example seems to work at least on my machine but I suggest you review it before merging. E.g. I'm really not sure if all the Require.js configs are as they really should be.

RainerAtSpirit commented 11 years ago

Thanks for updating. Feel free to update the require.js configs to 2.0 standards. When I created this example a while back https://github.com/azicchetti/jquerymobile-router/pull/20 I wanted to have it working with require.js, but things have evolved since then and I never had the time to update.

azicchetti commented 11 years ago

Thank you very much!