UNPKG

grunt-process

Version:

gruntplugin for processing (add, replace, split) any file

10 lines (7 loc) 199 B
'use strict'; var task = require('../lib'); module.exports = function (grunt) { grunt.registerMultiTask('process', function () { task(grunt, this.files, this.options({}), this.async()); }); };