bones
bones copied to clipboard
A client/server web application framework built on Express and Backbone
How should I use partials in bones views ? any example to follow up ? Wiki says: To invoke partials, use this['PartialName'](obj). but where should I call it ?
We should try to strip down the amount of data transferred on an initial page load.
I just pushed a fix to fragment handling for hash bang URLs : 45becbc28e217066cabf6331fc61fa1abad95b9f Basically two things were broken: - the override to Backbone.history.saveLocation() - getFragment() stripped out the `!`...
We could support "virtual pageviews" for Google Analytics: http://code.google.com/apis/analytics/docs/tracking/asyncMigrationExamples.html#VirtualPageviews
There's no way of running more than one application in a node process. This is probably only relevant when writing test as expresso will load all test files into the...