Implemented Tailwind CSS class list extraction and integrated it into the build process of the frontend package
Some checks failed
Dev Publish: Nuget / Publish Dev Packages (push) Failing after 16s

This commit was merged in pull request #2.
This commit is contained in:
2026-01-14 16:10:06 +01:00
parent 7e0b427137
commit f836657603
8 changed files with 78 additions and 15 deletions

View File

@@ -32,6 +32,10 @@ jobs:
run: rm -rf ./artifacts
# Publish frontend
- name: Build tailwind styles and extract class list
working-directory: Hosts/Moonlight.Frontend.Host/Styles
run: npm run build
- name: Build project
run: dotnet build Moonlight.Frontend --configuration Debug