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

Output all favicon Assets to Output Bundle With Custom HTML Generated Output #4

Open
2 tasks
blwatkins opened this issue Nov 11, 2023 · 1 comment
Open
2 tasks
Labels
enhancement New feature or request stretch goal This issue is not a high priority, but we do want to keep it in the backlog

Comments

@blwatkins
Copy link
Member

blwatkins commented Nov 11, 2023

Description

  1. Add all favicon assets (./assets/icon/) to output bundle (out), which is generated by the build and dev commands.
  2. Customize the HTML file generated by the @rollup/plugin-html plugin to include the following in the head tag
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">

Tasks

  • add favicon assets to output directory generation
  • customize html plugin output
@blwatkins blwatkins added the enhancement New feature or request label Nov 11, 2023
@blwatkins blwatkins added this to the v0.1.0 milestone Nov 11, 2023
@blwatkins blwatkins self-assigned this Nov 11, 2023
@blwatkins blwatkins added the stretch goal This issue is not a high priority, but we do want to keep it in the backlog label Dec 12, 2023
@blwatkins
Copy link
Member Author

This issue will be revisited when we begin publishing projects to GitHub Pages for testing.

@blwatkins blwatkins removed their assignment Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stretch goal This issue is not a high priority, but we do want to keep it in the backlog
Projects
Development

No branches or pull requests

1 participant