grunt-couchapp icon indicating copy to clipboard operation
grunt-couchapp copied to clipboard

A grunt plugin for building and uploading couchapps. #deprecated

Results 10 grunt-couchapp issues
Sort by recently updated
recently updated
newest added

The latest node.couchapp.js version has better error handling, among other improvements. `grunt demo` still works just fine. This also merges @chewbranca's genDB helper, which cleans up the tasks code a...

Added notes on the `okay_if_exists` option to the readme.

`rmcouchdb` currently drops _everything_ if you don't specify a database. That seems like every kind of dangerous. So, now `rmcouchdb` only removes databases by name. If there is no name,...

Fixes #1 , allows for authentication on `mkcouchdb` and `rmcouchdb`, if used in the `db` parameter like: `http://user:pass@localhost:5984/demo`.

Quick patch to add in basic auth support. Also added in a helper function genDB.

neat tool, but it doesn't seem to work if I want to talk to an authenticated end point. I think this is down to how you chop up the URL,...

For some reason, the usual "user:password" type authentication failed for me, so I bit the bullet and hacked in cookie-based authentication. Initial version is here: https://github.com/jmarca/grunt-couchapp/tree/feature/cookie_auth Not submitting a pull...

What do you think about switching from the `app` property to a `files` property to take advantage of grunt's dynamic filenames feature? Sometimes it is usefull to spread one's views...