Skip to content

Commit

Permalink
Merge pull request #61 from jeromedalbert/overwrite-bin-dev
Browse files Browse the repository at this point in the history
Force bin/dev overwrite to deal with new default bin/dev file
  • Loading branch information
dhh authored Jul 30, 2024
2 parents d227ae6 + 37ac9e5 commit 132494b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/dartsass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
end

say "Add bin/dev to start foreman"
copy_file "#{__dir__}/dev", "bin/dev"
copy_file "#{__dir__}/dev", "bin/dev", force: true
chmod "bin/dev", 0755, verbose: false

say "Compile initial Dart Sass build"
Expand Down

0 comments on commit 132494b

Please sign in to comment.