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 904facc commit b61cefdCopy full SHA for b61cefd
lib/tailwindcss/commands.rb
@@ -42,7 +42,7 @@ def executable(exe_path: DEFAULT_DIR)
42
MESSAGE
43
end
44
45
- exe_file = Dir.glob(File.expand_path(File.join(exe_path, "*", "tailwindcss"))).find do |f|
+ exe_file = Dir.glob(File.expand_path(File.join(exe_path, "**", "tailwindcss"))).find do |f|
46
Gem::Platform.match_gem?(Gem::Platform.new(File.basename(File.dirname(f))), GEM_NAME)
47
48
0 commit comments