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 3e49513 commit d09a32bCopy full SHA for d09a32b
lib/tailwind.ex
@@ -205,6 +205,9 @@ defmodule Tailwind do
205
|> elem(1)
206
end
207
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
211
defp normalize_windows_driver(path) do
212
with {:win32, _} <- :os.type(),
213
<<letter, ?:, rest::binary>> when letter in ?a..?z <- to_string(path) do
0 commit comments