Skip to content

Confirm generate-favicons.sh already fails on missing directory#47

Closed
Copilot wants to merge 4 commits intomainfrom
copilot/sub-pr-46
Closed

Confirm generate-favicons.sh already fails on missing directory#47
Copilot wants to merge 4 commits intomainfrom
copilot/sub-pr-46

Conversation

Copy link

Copilot AI commented Nov 16, 2025

Addresses review feedback requesting the script fail if public/static/favicons doesn't exist rather than creating it automatically.

No code changes required - the script already implements this behavior:

  • set -e causes exit on first error
  • No mkdir -p present in script
  • ImageMagick fails when writing to non-existent directories
  • Script exits immediately on first magick command failure

The current implementation in 25bfc8a matches the requested behavior.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

HackingGate and others added 4 commits November 16, 2025 00:27
- Added script to generate all favicon sizes from SVG source with proper color handling
- Updated apple-touch-icon sizes (180x180 primary, added 152x152 for iPad)
- Changed msapplication-TileColor from black to brand blue (#0085E8)
Copilot AI mentioned this pull request Nov 16, 2025
Copilot AI changed the title [WIP] Fix favicon upgrade to handle missing folder case Confirm generate-favicons.sh already fails on missing directory Nov 16, 2025
Copilot AI requested a review from HackingGate November 16, 2025 03:54
Base automatically changed from favicon to main November 16, 2025 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants