Skip to content

Commit d09a32b

Browse files
committed
Add comments
1 parent 3e49513 commit d09a32b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/tailwind.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ defmodule Tailwind do
205205
|> elem(1)
206206
end
207207

208+
# Tailwind watcher misbehaves if the driver letter starts in lowercase,
209+
# even though it is valid on Windows. More information:
210+
# https://github.com/phoenixframework/tailwind/issues/129
208211
defp normalize_windows_driver(path) do
209212
with {:win32, _} <- :os.type(),
210213
<<letter, ?:, rest::binary>> when letter in ?a..?z <- to_string(path) do

0 commit comments

Comments
 (0)