resthub / resthub-backbone-stack

RESThub Backbone.js stack
http://resthub.org/docs/backbone/
Other
56 stars 26 forks source link

Missing shim for backbone-queryparams in main.js #153

Closed bmeurant closed 10 years ago

bmeurant commented 10 years ago

missing "backbone-queryparams" on "backbone" (and transitively on "underscore") in "main.js". This may lead to loading errors.

'backbone-queryparams': {
      deps: [
          'backbone'
      ],
      exports: 'Backbone'
},
bmeurant commented 10 years ago

related to resthub/resthub-archetypes#62