Rewrite Ember.js guide for Vite - #1
Merged
NullVoxPopuli merged 1 commit intoAug 6, 2026
Merged
Conversation
NullVoxPopuli-ai-agent
force-pushed
the
patch-1
branch
from
August 6, 2026 17:47
e882500 to
15ee647
Compare
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-ai-agent
force-pushed
the
patch-1
branch
from
August 6, 2026 17:59
15ee647 to
01037c2
Compare
NullVoxPopuli
approved these changes
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging this into
patch-1updates tailwindlabs#2476 in place.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)@tailwindcss/viteplugin invite.config.mjs,@import "tailwindcss"inapp/styles/app.css, final sample isapplication.gjs; all ember-cli-build/PostCSS content removedglimmer-jsgrammar incode-example.tsxso the.gjssample highlights (verified with a fullnext build)After merging, consider retitling tailwindlabs#2476 to "Update Ember.js guide to Vite".
🤖 Generated with Claude Code