have-files-changed

0.0.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i have-files-changed

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • mcculloughsean
  • quackingduck