Files
Masto/app/javascript/core/common.js
T
Zoë Bijl 7c51ea30a4 [chore] remove old font formats and unused css (#99)
Removes a bunch of unused files:

- Removed old font formats such as .otf, .woff, and .ttf; WOFF2 has baseline support
- Removed mailer.js/.scss (no mailer functionality in masto-fe)
- Removed vanilla reset
- Removed vanilla/Win95 theme
- Removed all vanilla styles (contrast, mastodon, mastodon-light)
- Removed FontAwesome (from package.json and common.js)
- Fixed some lint issues

commit 53242a3967
Author: Zoë Bijl <code@moiety.me>
Date:   Tue Oct 14 17:08:47 2025 +0200

    [chore] remove font-awesome

commit 3cc1792b8e
Author: Zoë Bijl <code@moiety.me>
Date:   Tue Oct 14 16:32:28 2025 +0200

    [chore] remove old font formats

    WOFF2 has baseline support: https://caniuse.com/woff2

commit e7b495de1f
Author: Zoë Bijl <code@moiety.me>
Date:   Tue Oct 14 16:17:59 2025 +0200

    [chore] remove font-awesome from common.css

commit 3913415ca6
Author: Zoë Bijl <code@moiety.me>
Date:   Tue Oct 14 16:17:32 2025 +0200

    [chore] remove mailer.js/.scss

    there’s no mailer functionality in masto-fe

commit fa9f9a758b
Author: Zoë Bijl <code@moiety.me>
Date:   Tue Oct 14 16:07:21 2025 +0200

    [chore] remove unused css files from “styles”

commit 49a7820b99
Author: Zoë Bijl <code@moiety.me>
Date:   Tue Oct 14 15:38:37 2025 +0200

    [bugfix] remove unused css

commit 84025f44c7
Author: Zoë Bijl <code@moiety.me>
Date:   Tue Oct 14 15:38:19 2025 +0200

    [bugfix] lint issues
2025-10-14 17:22:01 +02:00

6 lines
131 B
JavaScript

// This file will be loaded on all pages, regardless of theme.
import "packs/public-path";
require.context("../images/", true);