Skip to content

Commit

Permalink
Fix Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Jan 14, 2025
1 parent 302c17b commit d1448c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/sass/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ rescue NotImplementedError
chmod 'a+x', t.name
end

file 'dart-sass/sass' do |t|
file 'dart-sass/sass' do
gem_install 'sass-embedded', SassConfig.gem_version, SassConfig.gem_platform do |dir|
mv File.absolute_path("ext/sass/#{t.name}", dir), t.name
mv File.absolute_path('ext/sass/dart-sass', dir), 'dart-sass'
end
rescue StandardError
archive = fetch(SassConfig.dart_sass)
Expand Down

0 comments on commit d1448c7

Please sign in to comment.