googlefonts / fontbakery-dashboard

A library-scale web dashboard for Font Bakery, no longer developed
Apache License 2.0
28 stars 10 forks source link

Compile Diff and Preview results in one folder per Family #137

Closed vv-monsalve closed 4 years ago

vv-monsalve commented 4 years ago

Currently, diffs and previews results are downloaded in a different folder for each weight in the family, and every folder with the same name e.g. Browser Diffs_FamilyName; Browser Diffs_FamilyName (1)

It would be more simple or comfortable to handle one single folder for the family with the results for all weights, like:

Browse Diff_FamilyName Browser_Previews FamilyName-Bold FamilyName-Regular Plot_Glyphs FamilyName-Bold.png FamilyName-Regular.png

graphicore commented 4 years ago

There's now a download link that combines the family styles in one zip files:

Browser Diffs_ABeeZee> tree
.
├── Italic
│   └── Browser_Diffs
│       ├── info.json
│       └── waterfall
│           ├── after
│           │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
│           │   ├── Desktop_Windows_10_chrome_69.0_.jpg
│           │   └── Desktop_Windows_10_firefox_62.0_.jpg
│           ├── before
│           │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
│           │   ├── Desktop_Windows_10_chrome_69.0_.jpg
│           │   └── Desktop_Windows_10_firefox_62.0_.jpg
│           ├── diff
│           │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.png
│           │   ├── Desktop_Windows_10_chrome_69.0_.png
│           │   └── Desktop_Windows_10_firefox_62.0_.png
│           └── gifs
│               ├── Desktop_OS_X_High_Sierra_safari_11.1_.gif
│               ├── Desktop_Windows_10_chrome_69.0_.gif
│               └── Desktop_Windows_10_firefox_62.0_.gif
└── Regular
    └── Browser_Diffs
        ├── info.json
        └── waterfall
            ├── after
            │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
            │   ├── Desktop_Windows_10_chrome_69.0_.jpg
            │   └── Desktop_Windows_10_firefox_62.0_.jpg
            ├── before
            │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
            │   ├── Desktop_Windows_10_chrome_69.0_.jpg
            │   └── Desktop_Windows_10_firefox_62.0_.jpg
            ├── diff
            │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.png
            │   ├── Desktop_Windows_10_chrome_69.0_.png
            │   └── Desktop_Windows_10_firefox_62.0_.png
            └── gifs
                ├── Desktop_OS_X_High_Sierra_safari_11.1_.gif
                ├── Desktop_Windows_10_chrome_69.0_.gif
                └── Desktop_Windows_10_firefox_62.0_.gif

14 directories, 26 files

also with previews:

Browser Diffs_ABeeZee> tree
.
├── Italic
│   ├── Browser_Previews
│   │   └── ABeeZee-Italic
│   │       ├── glyphs_all_15pt
│   │       │   ├── after
│   │       │   │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
│   │       │   │   ├── Desktop_Windows_10_chrome_69.0_.jpg
│   │       │   │   └── Desktop_Windows_10_firefox_62.0_.jpg
│   │       │   ├── before
│   │       │   │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
│   │       │   │   ├── Desktop_Windows_10_chrome_69.0_.jpg
│   │       │   │   └── Desktop_Windows_10_firefox_62.0_.jpg
│   │       │   ├── diff
│   │       │   │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.png
│   │       │   │   ├── Desktop_Windows_10_chrome_69.0_.png
│   │       │   │   └── Desktop_Windows_10_firefox_62.0_.png
│   │       │   └── gifs
│   │       │       ├── Desktop_OS_X_High_Sierra_safari_11.1_.gif
│   │       │       ├── Desktop_Windows_10_chrome_69.0_.gif
│   │       │       └── Desktop_Windows_10_firefox_62.0_.gif
│   │       └── waterfall
│   │           ├── after
│   │           │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
│   │           │   ├── Desktop_Windows_10_chrome_69.0_.jpg
│   │           │   └── Desktop_Windows_10_firefox_62.0_.jpg
│   │           ├── before
│   │           │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
│   │           │   ├── Desktop_Windows_10_chrome_69.0_.jpg
│   │           │   └── Desktop_Windows_10_firefox_62.0_.jpg
│   │           ├── diff
│   │           │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.png
│   │           │   ├── Desktop_Windows_10_chrome_69.0_.png
│   │           │   └── Desktop_Windows_10_firefox_62.0_.png
│   │           └── gifs
│   │               ├── Desktop_OS_X_High_Sierra_safari_11.1_.gif
│   │               ├── Desktop_Windows_10_chrome_69.0_.gif
│   │               └── Desktop_Windows_10_firefox_62.0_.gif
│   └── Plot_Glyphs
│       └── ABeeZee-Italic.png
└── Regular
    ├── Browser_Previews
    │   └── ABeeZee-Regular
    │       ├── glyphs_all_15pt
    │       │   ├── after
    │       │   │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
    │       │   │   ├── Desktop_Windows_10_chrome_69.0_.jpg
    │       │   │   └── Desktop_Windows_10_firefox_62.0_.jpg
    │       │   ├── before
    │       │   │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
    │       │   │   ├── Desktop_Windows_10_chrome_69.0_.jpg
    │       │   │   └── Desktop_Windows_10_firefox_62.0_.jpg
    │       │   ├── diff
    │       │   │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.png
    │       │   │   ├── Desktop_Windows_10_chrome_69.0_.png
    │       │   │   └── Desktop_Windows_10_firefox_62.0_.png
    │       │   └── gifs
    │       │       ├── Desktop_OS_X_High_Sierra_safari_11.1_.gif
    │       │       ├── Desktop_Windows_10_chrome_69.0_.gif
    │       │       └── Desktop_Windows_10_firefox_62.0_.gif
    │       └── waterfall
    │           ├── after
    │           │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
    │           │   ├── Desktop_Windows_10_chrome_69.0_.jpg
    │           │   └── Desktop_Windows_10_firefox_62.0_.jpg
    │           ├── before
    │           │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.jpg
    │           │   ├── Desktop_Windows_10_chrome_69.0_.jpg
    │           │   └── Desktop_Windows_10_firefox_62.0_.jpg
    │           ├── diff
    │           │   ├── Desktop_OS_X_High_Sierra_safari_11.1_.png
    │           │   ├── Desktop_Windows_10_chrome_69.0_.png
    │           │   └── Desktop_Windows_10_firefox_62.0_.png
    │           └── gifs
    │               ├── Desktop_OS_X_High_Sierra_safari_11.1_.gif
    │               ├── Desktop_Windows_10_chrome_69.0_.gif
    │               └── Desktop_Windows_10_firefox_62.0_.gif
    └── Plot_Glyphs
        └── ABeeZee-Regular.png

28 directories, 50 files
vv-monsalve commented 4 years ago

Great! I'll try it and tell you :-)