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

Make a minified jquery.mobile.router.min.js dist available #17

Closed marceloverdijk closed 12 years ago

marceloverdijk commented 12 years ago

Not a showstopper, but it would be nice to offer a minified jquery.mobile.router.min.js distribution.

azicchetti commented 12 years ago

Yeah, it's a good idea, I've just pushed a minified version to the git.

Thank you!

marceloverdijk commented 12 years ago

That's quick.

Maybe it's good to preserve the version on the first line of the minified file. Just to know which version is in use.

E.g. just like Backbone is doing: http://backbonejs.org/backbone-min.js They also provide a VERSION field.

azicchetti commented 12 years ago

Fixed!

marceloverdijk commented 12 years ago

Great!