customizr
customizr copied to clipboard
Different tests order in final build
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?