Skip to content

[CLEANUP] Fix #1301: Remove unused CSS and JavaScript files to reduce build size#1304

Open
Siddh2024 wants to merge 1 commit into
JiyaBatra:mainfrom
Siddh2024:cleanup/unused-assets-1301
Open

[CLEANUP] Fix #1301: Remove unused CSS and JavaScript files to reduce build size#1304
Siddh2024 wants to merge 1 commit into
JiyaBatra:mainfrom
Siddh2024:cleanup/unused-assets-1301

Conversation

@Siddh2024

Copy link
Copy Markdown
Contributor

fixes #1301

Audited all assets and removed unused files that unnecessarily increased production build size.

Files Removed (11 files, 448 lines)

  1. Button.jsx + Button.css - Custom Button component was never imported; app uses antd Button
  2. add_hints.js + add_hints.py - Standalone dev utility scripts, not imported
  3. audit_hints.js - Audit utility script, not imported
  4. check_props.js - Dev prop-checking script
  5. fix_expected.js - Dev fix script
  6. fix_hints.js - Dev fix script
  7. fix_remaining.js - Dev fix script
  8. rewrite_hints.js - Dev rewrite utility
  9. scan_patterns.js - Pattern scanner script

All removed files were verified as NOT imported by any React component in the project.

- Remove unused Button.jsx and Button.css (app uses antd Button)
- Remove 8 developer utility scripts from components directory
- Remove orphaned Python helper script
@vercel

vercel Bot commented Jun 21, 2026

Copy link
Copy Markdown

@Siddh2024 is attempting to deploy a commit to the jiya's projects Team on Vercel.

A member of the Team first needs to authorize it.

@netlify

netlify Bot commented Jun 21, 2026

Copy link
Copy Markdown

Deploy Preview for codevibeforyou ready!

Name Link
🔨 Latest commit 8267b39
🔍 Latest deploy log https://app.netlify.com/projects/codevibeforyou/deploys/6a37a509c13c6c0008142d26
😎 Deploy Preview https://deploy-preview-1304--codevibeforyou.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

[CLEANUP] Unused CSS and JavaScript files increase build size

1 participant