Skip to content

Commit

Permalink
Add tailwind.mailer.light.config.js to the gem package
Browse files Browse the repository at this point in the history
Fixes #26

Since we weren't including this file in the package it was causing
problems for people who were running with the released gems.

But the file would be available if you'd linked your core repos into the
starter repo.
  • Loading branch information
jagthedrummer committed Aug 29, 2023
1 parent bdd8282 commit d905d61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."

spec.files = Dir.chdir(File.expand_path(__dir__)) do
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md", "tailwind.light.config.js", ".bt-link"]
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md", "tailwind.light.config.js", "tailwind.mailer.light.config.js", ".bt-link"]
end

spec.add_development_dependency "standard"
Expand Down

0 comments on commit d905d61

Please sign in to comment.