We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README says : 'if target file does not exist, it is returned as if it had changed'
in reality this doesn't happen.
gulp.src pipeline.target.root .pipe plugins.newer pipeline.target.root .pipe plugins.rimraf() .pipe plugins.rev() .pipe gulp.dest pipeline.target.root .pipe plugins.rev.manifest path: 'manifest.json' .pipe gulp.dest path.resolve pipeline.target.root, '..'
On running this task, no file gets deleted nor hashed therefore the manifest is never created/updated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
README says : 'if target file does not exist, it is returned as if it had changed'
in reality this doesn't happen.
On running this task, no file gets deleted nor hashed therefore the manifest is never created/updated.
The text was updated successfully, but these errors were encountered: