bones
bones copied to clipboard
A client/server web application framework built on Express and Backbone
More details at mapbox/tilemill#1697
Passing in the `--config` option each time is a pain. We can come up with a sensible default location to check for a config file.
Right now we hang client-space singletons like `admin` or `user` off of the `Bones` object - only client-side. Typically, a code like the snippet below is executed client-side to set...
Hi - we've just put a few hours into upgrading our forked copy of bones to work with backbone 0.9.1 (latest) and underscore 1.3.1. I'll attempt to add a patch...
Our current system of using the `this` scope for handling template partials seems to be bust with underscore 1.2.2+ changes where `this` in the context of a template is no...
as you know, in views/models/routers, there are a few pre-defined variables, like _, Bones, Backbone and they can be used in client side and server side. But there is no...
"Plugin" is a confusing name, because the main app is a plugin, and a plugin is typically anything but the main app. Alternate names: - server - app/application - instance...
Using the bones generated views on the server side won't work, because their provided jQuery context is not set. Selectors don't work that way. I suggest that jQuery should be...
Taking a look at the example code, I noticed a flaw in the augment method. If I debug the client model's 'sync' method, I get the arguments in the correct...
It seems they are unsync now after bones upgrade to backbone 0.5. Please confirm. Thanks.