Skip to content

Feature: Redundant Content Resolution Path in tailwind.config.js#694

Open
Kirtan-pc wants to merge 1 commit into
Coder-s-OG-s:mainfrom
Kirtan-pc:feature-670
Open

Feature: Redundant Content Resolution Path in tailwind.config.js#694
Kirtan-pc wants to merge 1 commit into
Coder-s-OG-s:mainfrom
Kirtan-pc:feature-670

Conversation

@Kirtan-pc

Copy link
Copy Markdown
Contributor

Summary

Eliminates redundant filesystem scanning for dead paths and non-existent file types, improving Tailwind CSS development build performance.

Type of Change

  • Bug fix
  • New feature
  • UI / UX improvement
  • Refactor
  • Documentation
  • Other

Related Issue

Closes #670

What was changed?

  • Removed dead ./src/pages/**/*.{js,ts,jsx,tsx,mdx} entry from tailwind.config.js content array (previously scanned non-existent directory)
  • Narrowed glob extensions from {js,ts,jsx,tsx,mdx} to {ts,tsx} — the project uses TypeScript exclusively; no .js, .jsx, or .mdx files exist under src/

Checklist

  • My code follows the project structure and conventions
  • I tested this locally (npm run dev)
  • No hardcoded secrets or credentials
  • I have updated documentation if needed

@vercel

vercel Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

@Kirtan-pc is attempting to deploy a commit to the codersogs-3057's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown

Hey @Kirtan-pc

You have 4 open PRs right now. The limit is 3 at a time.

Please get your existing PRs merged or closed before opening new ones:

This PR will remain open but won't be reviewed until you're under the limit. See our Contributing Guidelines for details.

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.

[FEATURE] - Redundant Content Resolution Path in tailwind.config.js

1 participant