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 08486ae commit df1a1ddCopy full SHA for df1a1dd
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(Tailwindcss::Commands.watch_command(debug: true), 'r+') do |io|
17
IO.copy_stream(io, $stdout)
18
end
19
rescue Interrupt
0 commit comments