grunt-exists

0.0.2 • Public • Published

grunt-exists

Validates that file(s) exist.

  • Version 0.0.1 has been validated to work with grunt 0.3.x

Sample Usage:

module.exports = function (grunt) {
    // ...
    grunt.initConfig({
        // ...
        exists: {
            prod_files: [
                'target/src/app/production.js',
                'target/src/app/production.css',
            ]
        }
        // ...
    });
    // ...
};

Readme

Keywords

Package Sidebar

Install

npm i grunt-exists

Weekly Downloads

3

Version

0.0.2

License

none

Last publish

Collaborators

  • jaredstehler