Hi,
I fiddled with the 0.8 version and realized that template.js doesn't exist anymore and therefore the examples in the CouchDB book are dead. Also, the general path was vendor/couchapp/lib, not vendor/couchapp. Then I downloaded v1.0. To my big surprise, the whole vendor/couchapp javascript lib content is now completely missing.
Now I am totally lost. Is that on purpose?
The content of my blank generated app looks like this:
twitter2:
README.md _attachments/ _id couchapp.json language lists/ shows/ updates/ vendor/ views/
twitter2/_attachments:
index.html script/ style/
twitter2/_attachments/script:
app.js
twitter2/_attachments/style:
main.css
twitter2/lists:
twitter2/shows:
twitter2/updates:
twitter2/vendor:
couchapp/
twitter2/vendor/couchapp:
_attachments/ metadata.json
twitter2/vendor/couchapp/_attachments:
jquery.couch.app.js jquery.couchForm.js jquery.couchProfile.js md5.js
jquery.couch.app.util.js jquery.couchLogin.js jquery.mustache.js
twitter2/views:
recent-items/
twitter2/views/recent-items:
map.js