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.
2 parents 9ae765c + 02b9e92 commit 2b56b54Copy full SHA for 2b56b54
Formula/t/tailwindcss.rb
@@ -28,9 +28,15 @@ class Tailwindcss < Formula
28
resource "tailwind-cli" do
29
url "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.0.3.tgz"
30
sha256 "d9df4e36cd823bbf90aeb9f7dc8e1bd1886501ef0ff51cba83526d29a41d5402"
31
+
32
+ livecheck do
33
+ formula :parent
34
+ end
35
end
36
37
def install
38
+ odie "tailwind-cli resource needs to be updated" if version != resource("tailwind-cli").version
39
40
# install the dedicated tailwind-cli package
41
resource("tailwind-cli").stage do
42
system "npm", "install", *std_npm_args
0 commit comments