resthub / resthub-archetypes

RESThub project templates
http://resthub.org/
5 stars 10 forks source link

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

Closed Brictarus closed 10 years ago

Brictarus commented 10 years ago

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

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

related to resthub/resthub-backbone-stack#153