UNPKG

grunt-couch

Version:

Compile CouchDB design documents from Couchapp like directory tree.

14 lines (11 loc) 261 B
/* * grunt-couch * https://github.com/jo/grunt-couch * * Copyright (c) 2013 Johannes J. Schmidt, TF * Licensed under the MIT license. */ 'use strict'; module.exports = function(grunt) { grunt.registerTask('couch', ['couch-compile', 'couch-push']); };