any-newer-files
v0.0.4
Published
Compares two lists of files and returns true if any of the first list are newer than any in the second list.
Downloads
515
Readme
any-newer-files
Compares two lists of files and returns true if any of the first list are newer than any in the second list.
Installation
npm install any-newer-files --save
Usage
if (anyNewer(
[ './stylus/main.styl', './stylus/gallery.styl', './stylus/user.styl' ]
, [ './build/css/index.css', './build/css/user.css' ])) {
recompile()
}
Credits
Paul Serby follow me on twitter @serby
Licence
Licenced under the New BSD License