We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ee0f7 commit c0e1e52Copy full SHA for c0e1e52
lib/install/tailwindcss.rb
@@ -49,7 +49,7 @@
49
end
50
51
say "Add bin/dev to start foreman"
52
-copy_file "#{__dir__}/dev", "bin/dev"
+copy_file "#{__dir__}/dev", "bin/dev", force: true
53
chmod "bin/dev", 0755, verbose: false
54
55
say "Compile initial Tailwind build"
0 commit comments