Is it possible for the fonts CSS output file to be ordered consistently? If not, please consider this to be a feature request to allow that.
We store the built fonts.css file in source control to allow for easy testing of builds.
The problem I'm currently seeing is that the output seems to be ordered randomly. This means that even if the input settings for the fonts haven't changed, it seems that the built font.css file can change arbitrarily.
For the example diff below, on one build, Roboto was placed before Open Sans, and then in the next build Open Sans was placed before Roboto. This generates a large diff, when there is no real difference between the files.
Possibly ordering the output by the "Roboto - regular" string would be one solution to that.
Hi,
Is it possible for the fonts CSS output file to be ordered consistently? If not, please consider this to be a feature request to allow that.
We store the built fonts.css file in source control to allow for easy testing of builds.
The problem I'm currently seeing is that the output seems to be ordered randomly. This means that even if the input settings for the fonts haven't changed, it seems that the built font.css file can change arbitrarily.
For the example diff below, on one build, Roboto was placed before Open Sans, and then in the next build Open Sans was placed before Roboto. This generates a large diff, when there is no real difference between the files.
Possibly ordering the output by the "Roboto - regular" string would be one solution to that.
cheers Dan