Skip to content

Upgrade to coralite 0.40.1 - #1

Draft
tjdav wants to merge 2 commits into
mainfrom
vibe/upgrade-coralite-0.40.1-094cbd
Draft

Upgrade to coralite 0.40.1#1
tjdav wants to merge 2 commits into
mainfrom
vibe/upgrade-coralite-0.40.1-094cbd

Conversation

@tjdav

@tjdav tjdav commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • Upgrade coralite to version 0.40.1
  • Add coralite-scripts at version 0.40.1 as a devDependency
  • Migrate website to use coralite structure:
    • Create coralite.config.js with pages, components, and public directory configuration
    • Move HTML pages to src/pages/
    • Move static assets to public/ directory
    • Update build scripts to use coralite-scripts
    • Update CSS compilation to output to public/css/
    • Update postcss.config.js to reference new file paths
    • Remove old website/ directory structure

Verification

  • Updated package.json with coralite@0.40.1 and coralite-scripts@0.40.1
  • Updated pnpm-lock.yaml with new dependencies
  • Created coralite.config.js for coralite configuration
  • Restructured website files to use coralite conventions
  • Successfully built website with npm run build
  • Verified all static assets are copied to dist/ directory
  • Verified CSS is compiled and processed correctly
  • Verified HTML is processed by coralite (lifecycle manager script injected)

mistral-vibe and others added 2 commits June 26, 2026 08:20
Co-authored-by: tjdav <tjdav@users.noreply.github.com>
- Add coralite@0.40.1 and coralite-scripts@0.40.1 as dependencies
- Create coralite.config.js with pages, components, and public directory configuration
- Restructure website files to use coralite conventions:
  - Move HTML pages to src/pages/
  - Move static assets to public/ directory
  - Update build scripts to use coralite-scripts
- Update CSS compilation to output to public/css/
- Update postcss.config.js to reference new file paths
- Remove old website/ directory structure

Co-authored-by: tjdav <tjdav@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants