if-newer
v1.0.2
Published
Run npm task only if any of source files are newer than destination.
Downloads
7
Maintainers
Readme
if-newer
Run npm task only if any of source files are newer than destination.
Install
npm install if-newer
Usage
if-newer [src] [dest] [command]
E.g.:
"scripts": {
"build": "if-newer src/**/*.js dest/**/*.js babel"
},
Author
Ivan Nikulin ([email protected])