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 6aeb1c5 commit 69a7621Copy full SHA for 69a7621
lib/tasks/build.rake
@@ -4,7 +4,6 @@ namespace :tailwindcss do
4
debug = args.extras.include?("debug")
5
verbose = args.extras.include?("verbose")
6
7
-
8
command = Tailwindcss::Commands.compile_command(debug: debug)
9
env = Tailwindcss::Commands.command_env(verbose: verbose)
10
puts "Running: #{Shellwords.join(command)}" if verbose
0 commit comments