meshachcode / backstrapp

This is an attempt to build a bootstrap for Backbonejs, requirejs, AMD, and r.js, leveraging the architecture provided by Thomas Davis at backbonetutorials.com
36 stars 2 forks source link

Getting error on requireJS #2

Open nuweb opened 12 years ago

nuweb commented 12 years ago

Load timeout for modules: main http://requirejs.org/docs/errors.html#timeout [Break On This Error]

...d){a=Error(c+"\nhttp://requirejs.org/docs/errors.html#"+a);if(d)a.originalError=...

meshachjackson commented 12 years ago

backstrapp dev is (very temporarily) paused to focus on a client project. I plan to jump back on this very shortly.

jacksun101 commented 9 years ago

Hello, for all I know, the original backstrapp framework was one of the best practices of backbonejs. I was using it back to the 2013, and the project was a big success. The way you were using AppModel, DataModel, TemplateModel and Vent was an art. Simple & neat. Recently, I would like to use backbone for a new project, but seems like this repo is still not ready for production. My question is what if I use the original backstrapp framework and have all the components updated? Like upgrade backbone to 1.1.2 or even 1.2.0? Any suggestion from you guys would be much appreciated, thanks.