Skip to content

Commit 418752b

Browse files
committed
Include exe files in gem
1 parent 578a771 commit 418752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dartsass-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
"rubygems_mfa_required" => "true"
1515
}
1616

17-
spec.files = Dir["lib/**/*", "MIT-LICENSE", "LICENSE-DEPENDENCIES", "Rakefile", "README.md"]
17+
spec.files = Dir["{lib,exe}/**/*", "MIT-LICENSE", "LICENSE-DEPENDENCIES", "Rakefile", "README.md"]
1818
spec.bindir = "exe"
1919
spec.executables << "dartsass"
2020

0 commit comments

Comments
 (0)