Skip to content

fix: correct Tailwind @source paths for tarball builds#6978

Merged
katzdave merged 1 commit intoblock:mainfrom
sheikhlimon:fix/tailwind-source-paths
Feb 5, 2026
Merged

fix: correct Tailwind @source paths for tarball builds#6978
katzdave merged 1 commit intoblock:mainfrom
sheikhlimon:fix/tailwind-source-paths

Conversation

@sheikhlimon
Copy link
Contributor

Summary

Previous PR #6917 added incorrect relative paths that worked in dev but failed in tarball releases. Paths are resolved relative to the CSS file location (src/styles/main.css), not project root.

Fixed paths:

- @source './index.html';
- @source './src/**/*.{js,ts,jsx,tsx}';
+ @source '../../index.html';
+ @source '../**/*.{js,ts,jsx,tsx}';

Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
@sheikhlimon sheikhlimon force-pushed the fix/tailwind-source-paths branch from 592d012 to 786b5d3 Compare February 5, 2026 13:13
@katzdave katzdave added this pull request to the merge queue Feb 5, 2026
Merged via the queue into block:main with commit bca26dd Feb 5, 2026
18 checks passed
@sheikhlimon sheikhlimon deleted the fix/tailwind-source-paths branch February 5, 2026 15:52
kuccello pushed a commit to kuccello/goose that referenced this pull request Feb 7, 2026
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
Tyler-Hardin pushed a commit to Tyler-Hardin/goose that referenced this pull request Feb 11, 2026
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
Tyler-Hardin pushed a commit to Tyler-Hardin/goose that referenced this pull request Feb 11, 2026
Signed-off-by: sheikhlimon <sheikhlimon404@gmail.com>
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