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

Different tests order in final build #40

Open
chrisdanek opened this issue Oct 21, 2016 · 0 comments
Open

Different tests order in final build #40

chrisdanek opened this issue Oct 21, 2016 · 0 comments

Comments

@chrisdanek
Copy link

I am trying to set up build process on AWS, with multiple servers. All of our assets are minified and a hash suffix is added to help with cache invalidation on CDN.

I've run into a problem that different servers generate files with different suffixes, as the output is different (so, base64 generates different hash).

List of tests is exactly the same

http://modernizr.com/download/?-animation-canvas-checked-contains-cssanimations-csscalc-cssgradients-csspointerevents-csstransforms-details-filereader-flexbox-geolocation-hsla-input-opacity-placeholder-progressbar_meter-rgba-search-sizes-svg-target-template-texttrackapi_track-time-touchevents-setclasses

but the actual order of tests source code is different on different machines.

Is there a way to ensure the order stays the same every time?

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