Commit graph

30 commits

Author SHA1 Message Date
6211adec8e fix: Add macOS arm64 'arm64-apple-macosx' triple
Support new Apple Silicon triple used by the Swift 6.3 toolchain.
2026-01-21 13:51:36 +08:00
c9cbf7f133 chore: Update TailwindCSSCLI to v4.1.18 2026-01-21 09:07:10 +08:00
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
01dbb546de fix: Use setup-swift@v3 in CI workflow 2026-01-20 21:37:26 +08:00
fe2fd639b0 chore: bump deps. 2026-01-20 21:29:17 +08:00
37194f5d29 chore: Use explicit ./artifacts path in release workflow
Some checks failed
CI / Test on Linux (push) Has been cancelled
CI / Test on Linux-1 (push) Has been cancelled
CI / Test on macOS (push) Has been cancelled
CI / Test on macOS-1 (push) Has been cancelled
2025-10-23 20:46:37 +08:00
b84662843b feat: Add workflow to release TailwindCSS CLI artifacts 2025-10-23 20:12:16 +08:00
d637b95450 chore: Add Swift 6.2 to CI matrix and cache packages 2025-10-23 20:01:04 +08:00
da0c9046ae fix: Update TailwindCSSCLI binary target to 1.1.0-test.4 2025-10-05 17:44:50 +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
45db20f487 chore: test release 2025-10-05 15:47:49 +08:00
5a3c64f599 refactor: Replace shell script with Swift CLI for artifact bundling 2025-10-05 15:39:43 +08:00
dca866c3a9 ci: Remove Swift package cache steps from CI workflow ...because we
don't have dependencies at this moment, so Package.resolved wasn't even
there.
2025-08-20 21:16:28 +08:00
b0d9e8895a fix: Update resource path to Views/Test.html in Package.swift 2025-08-20 21:13:12 +08:00
8d56a1d62b fix: Specify UTF-8 encoding when reading Tailwind.css file 2025-08-20 21:12:55 +08:00
327ec788c8 ci: Oh forgot Swift 6.2 is still not yet released. 2025-08-20 21:09:07 +08:00
d8ddc57a9a ci: Add CI workflow for Linux and macOS with Swift 6.1/6.2 2025-08-20 21:07:22 +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
cfb5d2a4a2 fix: capturing source directives 2025-08-20 11:47:26 +08:00
506ec1b248 Prepare for new version scheme. 2025-08-18 15:55:22 +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
7c848062ec Add LICENSE and README files 2025-08-17 18:14:38 +08:00
8fbeb20900 First working version. 2025-08-17 17:06:15 +08:00
2f70b79493 fix: missing type field 2025-08-17 14:03:38 +08:00
ae6e4e54ec add artifact bundle script 2025-08-17 12:13:16 +08:00