UNPKG

grunt-couch

Version:

Compile CouchDB design documents from Couchapp like directory tree.

15 lines (14 loc) 248 B
function(head, req) { var row; start({ headers: { 'Content-Type': 'text/html' } }); send('<!DOCTYPE html><html lang=en>'); send('<ol>'); while(row = getRow()) { send('<li>' + row.key + '</li>'); } send('</ol>'); }