We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1555a49 + 981fced commit ad0717fCopy full SHA for ad0717f
lib/tasks/build.rake
@@ -15,6 +15,8 @@ namespace :tailwindcss do
15
command = Tailwindcss::Commands.watch_command(always: always, debug: debug, poll: poll)
16
puts command.inspect if args.extras.include?("verbose")
17
system(*command)
18
+ rescue Interrupt
19
+ puts "Received interrupt, exiting tailwindcss:watch" if args.extras.include?("verbose")
20
end
21
22
0 commit comments