grunt-hashfilter

0.0.2 • Public • Published

Grunt-Hashfilter

The input is a list of files; the output is a list of files. The first input is filtered by the hash of the source of the file. If the file has been seen previously, then the file is removed from the file object.

Best case for this is to easily parse down files that you don't want to run through the processes you have setup based on a simple md5 hash of their input.

Install (requires grunt 0.4+)

Via NPM

$> npm install grunt-hashfilter

/grunt-hashfilter/

    Package Sidebar

    Install

    npm i grunt-hashfilter

    Weekly Downloads

    4

    Version

    0.0.2

    License

    Copyright 2013 geedew <drew@geedew.com>

    Last publish

    Collaborators

    • geedew