UNPKG

grunt-comic-extract

Version:
9 lines (8 loc) 124 B
module.exports = function(grunt) { return { foo: { src: ['deadpool.cbr', 'vision.cbr'], dest: 'foo/bar/' } } };