mrichard / generator-marionette

Yeoman marionette generator a la AMD
329 stars 72 forks source link

Marionette version getting a bit outdated #41

Open omasback opened 10 years ago

omasback commented 10 years ago

marionette is currently on 1.4.1 but this generator installs 1.0.2. It caused me to stumble around for a few hours – the AppRouter constructor functionality described in the current marionette docs doesnt work in 1.0.2.

a bunch of other dependencies have also made significant version advancements over what this generator installs: underscore, backbone, require-handlebars-plugin, modernizr, and some of the testing libs.

I've since manually upgraded to more recent version of everything but this may cause confusion for others.

Thanks for the great generator, I'm really loving it.

markbrouch commented 10 years ago

+1

jcurtis commented 10 years ago

:+1:

vairav commented 10 years ago

I just sent in a pull request with updated libraries information. Hopefully it gets merged and this issue gets resolved.

dannytranlx commented 10 years ago

:+1: