Commit graph

11 commits

Author SHA1 Message Date
8032cfa0b2 fix: Zip bundle directory instead of parent dir
Some checks are pending
CI / Test on Linux (push) Waiting to run
CI / Test on Linux-1 (push) Waiting to run
CI / Test on macOS (push) Waiting to run
CI / Test on macOS-1 (push) Waiting to run
2026-01-20 23:51:23 +08:00
f9024a8cd7 fix: Add checksum to release tag and fix zip invocation
Fix zip creation so the bundle is archived with the bundle root rather
than its full path. Use a standardized zip path, set
Process.currentDirectoryURL
to the bundle's parent, and pass the bundle basename to /usr/bin/zip.
2026-01-20 23:15:34 +08:00
9be0695c55 fix: zip path finding 2026-01-20 22:25:18 +08:00
b2f310dd20 fix: Bump Swift setup to v3 and fix zip invocation
Some checks are pending
CI / Test on Linux (push) Waiting to run
CI / Test on Linux-1 (push) Waiting to run
CI / Test on macOS (push) Waiting to run
CI / Test on macOS-1 (push) Waiting to run
2026-01-20 21:51:56 +08:00
caa5c6651b fix: expand triple for bundle info.json too. 2025-10-05 17:37:39 +08:00
b4f1cf9dbd refactor: Update TailwindCSSCLI binary target and refactor builder 2025-10-05 17:25:53 +08:00
eafe2a2b94 fix: Rename bundles to archives in artifact bundle index 2025-10-05 16:01:45 +08:00
5a3c64f599 refactor: Replace shell script with Swift CLI for artifact bundling 2025-10-05 15:39:43 +08:00
8359d795eb Improve source file detection and tests
- Use SwiftPM-provided sourceFiles for filtering - Add Utils.swift with
URL descendant check - Update example to use Views/ instead of Folder/ -
Add test for non-included Swift file - Update .zed settings to disable
VSCode CSS language server
2025-08-20 21:01:17 +08:00
e23147768d Improve glob handling for source paths and update docs
- Simplify glob handling in TailwindCSSBuildPlugin to support **
patterns - Update README and Tailwind.css example to clarify glob usage
- Add Template.swift example using Tailwind classes - Extend tests to
verify class extraction from globbed Swift files
2025-08-18 15:22:54 +08:00
8fbeb20900 First working version. 2025-08-17 17:06:15 +08:00