Closed
Description
Hello, team,
I’m experiencing an issue with live rebuild not functioning correctly in a new Rails application when modifying a view. Here's how to replicate the issue:
Steps to reproduce:
- Create a new Rails project with Tailwind:
rails new my_project -c tailwind
- Generate a
Post
model:rails g model post name:string
- Generate a
PostsController
:rails g controller posts_controller index
- Run database migrations:
rails db:migrate
- Start the Rails server:
./bin/dev
- Visit the
/posts/index
route in the browser. - Modify the
app/views/posts/index.html.erb
file by adding a new class to a tag. - The browser does not reload, nor does the Tailwind process create a new output file.
Additional information:
- I found this issue to be related to Rails 7.0.2.3 + Tailwind is not working, css style is not load #160, but no solution for this specific problem has been found in that discussion.
- I am using Ubuntu 24.10.
I would appreciate any suggestions or workarounds for this issue.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels