Skip to content

Rewrite Ember.js guide for Vite - #1

Merged
NullVoxPopuli merged 1 commit into
NullVoxPopuli:patch-1from
NullVoxPopuli-ai-agent:patch-1
Aug 6, 2026
Merged

NullVoxPopuli merged 1 commit into
NullVoxPopuli:patch-1from
NullVoxPopuli-ai-agent:patch-1

Conversation

@NullVoxPopuli-ai-agent

Copy link
Copy Markdown

Merging this into patch-1 updates tailwindlabs#2476 in place.

  • Rebased onto latest upstream main (so this includes upstream's recent commits; the net diff on Update Ember.js installation guide for non-Vite users tailwindlabs/tailwindcss.com#2476 stays 2 files)
  • Guide now mirrors the other Vite framework guides: @tailwindcss/vite plugin in vite.config.mjs, @import "tailwindcss" in app/styles/app.css, final sample is application.gjs; all ember-cli-build/PostCSS content removed
  • Registers shiki's glimmer-js grammar in code-example.tsx so the .gjs sample highlights (verified with a full next build)

After merging, consider retitling tailwindlabs#2476 to "Update Ember.js guide to Vite".

🤖 Generated with Claude Code

New Ember apps are Vite-based, so the guide now follows the same shape
as the other Vite framework guides: install @tailwindcss/vite, add the
plugin to vite.config.mjs, import Tailwind from app/styles/app.css, and
link that stylesheet directly from index.html in place of
/@embroider/virtual/app.css (per emberjs/rfcs#1148) so Vite's CSS
pipeline processes it.

Also registers shiki's glimmer-js grammar so the .gjs sample highlights
properly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@NullVoxPopuli
NullVoxPopuli merged commit 249a84c into NullVoxPopuli:patch-1 Aug 6, 2026
1 check passed
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