Skip to content

jaredstehler/grunt-exists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

grunt-exists

Validates that file(s) exist.

  • Version 0.0.2 has been validated to work with grunt 0.4.x
  • 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',
            ]
        }
        // ...
    });
    // ...
};

About

Validates that file(s) exist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published