0.0.3 • Published 12 years ago

have-files-changed v0.0.3

Weekly downloads
1
License
-
Repository
github
Last release
12 years ago

have-files-changed

This module will check if the mtime on a list of files and, when called, a yes callback if the files have changed since they were last checked, or a no callback if they are the same. The list of files is specified as a glob pattern (see https://github.com/isaacs/node-glob).

To get going, install with NPM:

npm install have-files-changed

For example

    haveFilesChanged 'sass/*.sass',
      yes: filesHaveChangedCallback
      no: filesHaveNotChangedCallback
      error: (err) -> throw err

The first time you call haveFilesChanged, the yes callback will be fired.

0.0.3

12 years ago

0.0.2

12 years ago