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 02a4fcb commit 278becfCopy full SHA for 278becf
lib/puma/plugin/tailwindcss.rb
@@ -13,7 +13,7 @@ def start(launcher)
13
# If we use system(*command) instead, IRB and Debug can't read from $stdin
14
# correctly bacause some keystrokes will be taken by watch_command.
15
begin
16
- IO.popen(Tailwindcss::Commands.watch_command, 'r+') do |io|
+ IO.popen({'BROWSERSLIST_IGNORE_OLD_DATA' => '1'}, Tailwindcss::Commands.watch_command, 'r+') do |io|
17
IO.copy_stream(io, $stdout)
18
end
19
rescue Interrupt
0 commit comments