You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove compiled UI assets, build at release time (#2)
* chore: remove compiled UI assets from git, build at release time
Compiled UI assets should not be tracked in git. This change:
- Adds .gitignore to exclude internal/ui_dist/* (keeping placeholder index.html)
- Fixes Makefile ui target to output to internal/ui_dist/ (not repo root)
- Updates release workflow to build UI from source before Go compilation
- Removes stale ui_dist copy from install target (assets are embedded)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: use plain HTTPS clone since workflow repo is public
No GH_TOKEN secret needed — GoCodeAlone/workflow is a public repo.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments