Skip to content

Commit 69a7621

Browse files
committed
Remove new line
1 parent 6aeb1c5 commit 69a7621

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/tasks/build.rake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ namespace :tailwindcss do
44
debug = args.extras.include?("debug")
55
verbose = args.extras.include?("verbose")
66

7-
87
command = Tailwindcss::Commands.compile_command(debug: debug)
98
env = Tailwindcss::Commands.command_env(verbose: verbose)
109
puts "Running: #{Shellwords.join(command)}" if verbose

0 commit comments

Comments
 (0)