We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43a66d commit bc007f9Copy full SHA for bc007f9
README.md
@@ -174,7 +174,7 @@ The inline version also works:
174
## Puma plugin
175
We provide a Puma plugin if you want to run the Tailwind watcher together with Puma and have Puma monitor and manage it. You just need to add
176
```ruby
177
-plugin :tailwindcss if Rails.env.development?
+plugin :tailwindcss if ENV.fetch("RAILS_ENV", "development") == "development"
178
```
179
to your `puma.rb` configuration.
180
0 commit comments