Skip to content
New issue

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

non existant file is not returned as 'changed' #8

Open
airtonix opened this issue Nov 8, 2014 · 0 comments
Open

non existant file is not returned as 'changed' #8

airtonix opened this issue Nov 8, 2014 · 0 comments

Comments

@airtonix
Copy link

airtonix commented Nov 8, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant