Hrm, I attempted to deploy hublist using the CouchApp npm module with node.js v0.6.
CouchApp didn't push the subfolders of "app/libs/ext-4.0.2/src/" to the couch, resulting in a lot of 404s when I pulled up index.html. HubList's "couchapp.js" includes the line: couchapp.loadAttachments(ddoc, path.join(__dirname, 'attachments')); Any advice? -Adam On Wed, Feb 1, 2012 at 6:16 PM, Ryan Ramage <[email protected]> wrote: > Example couchapp using Ext-JS from @David Feinberg > > https://github.com/rawberg/Hub-List_GTD-Productivity > > > > > On Wed, Feb 1, 2012 at 3:52 PM, Adam Augusta <[email protected]> wrote: >> Has the CouchDB developer community congealed around any particular >> praxis when it comes to using Ext-JS with CouchDB? >> >> Peter Muller created a patch for Ext-JS that makes the framework more >> amenable to a document structure, but that was early last year, and >> it's still not integrated into the main branch. The CouchDB wiki >> alludes to an approach that seems to involve normalizing data. Is >> there a preferred approach? Or, perhaps, has Ext-JS been largely >> written off as a suitable match for the technology? >> >> Thanks for your thoughts, >> -Adam
