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 d227ae6 + 37ac9e5 commit 132494bCopy full SHA for 132494b
lib/install/dartsass.rb
@@ -32,7 +32,7 @@
32
end
33
34
say "Add bin/dev to start foreman"
35
-copy_file "#{__dir__}/dev", "bin/dev"
+copy_file "#{__dir__}/dev", "bin/dev", force: true
36
chmod "bin/dev", 0755, verbose: false
37
38
say "Compile initial Dart Sass build"
0 commit comments