Commit graph

12 commits

Author SHA1 Message Date
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