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

why one file's hash name will be changed always? #176

Open
kevinuyoung opened this issue Aug 25, 2017 · 2 comments
Open

why one file's hash name will be changed always? #176

kevinuyoung opened this issue Aug 25, 2017 · 2 comments

Comments

@kevinuyoung
Copy link

image

image

It makes me confused. I just run "npm run publish" twice. I did't change any file. Thank you a lot

@levithomason
Copy link

Same error here. We run our deploy 3 times for 3 different targets. Every time the hashes change. There are no changes to the contents of the files.

@levithomason
Copy link

levithomason commented Sep 14, 2017

Looks like the hashing is file order dependent while the gulp.src() stream does not guarantee file order.

Workaround
Per #155, run gulp-sort before revisioning.

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

2 participants