Skip to content

Conversation

@cnaples79
Copy link

Summary

Removed 12 unused image files from the /public directory that are not referenced anywhere in the codebase. This will help reduce the repository size and improve website performance.

Analysis Performed

I searched through all TypeScript/JavaScript files in the app/ and components/ directories to identify which images are actually being used. The following files were found to have no references in the codebase:

Files Removed

  1. HackRPI-logo-blue.png
  2. HackRPI_Logo_Outlined.png
  3. HackRPI_Logo_Yellow_Arrow.png
  4. Judging-Schedule.png
  5. backgroundImage.jpg
  6. base_cursor.png
  7. caret.svg
  8. discord_bot_pixel (2).png
  9. discord_bot_pixel.png
  10. megaphone_pixel.png
  11. space.png
  12. star_gif.gif

Impact

  • Reduced repository size
  • Improved website loading performance
  • Easier maintenance with fewer unused files

Verification

All currently referenced images remain in the repository and the website functionality should be unaffected.

Fixes #130

- Removed 12 unused image files that are not referenced in the codebase
- Files removed: HackRPI-logo-blue.png, HackRPI_Logo_Outlined.png,
  HackRPI_Logo_Yellow_Arrow.png, Judging-Schedule.png, backgroundImage.jpg,
  base_cursor.png, caret.svg, discord_bot_pixel (2).png, discord_bot_pixel.png,
  megaphone_pixel.png, space.png, star_gif.gif
- This reduces the repository size and improves website performance
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.

Remove unused assets in /public

1 participant