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
It makes me confused. I just run "npm run publish" twice. I did't change any file. Thank you a lot
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Looks like the hashing is file order dependent while the gulp.src() stream does not guarantee file order.
gulp.src()
Workaround Per #155, run gulp-sort before revisioning.
gulp-sort
No branches or pull requests
It makes me confused. I just run "npm run publish" twice. I did't change any file. Thank you a lot
The text was updated successfully, but these errors were encountered: