From ef5b7b03c567223dddea68dfc8e13a361c321b26 Mon Sep 17 00:00:00 2001 From: Jeremy Green Date: Tue, 29 Aug 2023 09:57:00 -0700 Subject: [PATCH] Add `tailwind.mailer.light.config.js` to the gem package (#492) Fixes https://github.com/bullet-train-co/bullet_train-core/issues/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. --- bullet_train-themes-light/bullet_train-themes-light.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullet_train-themes-light/bullet_train-themes-light.gemspec b/bullet_train-themes-light/bullet_train-themes-light.gemspec index 584df696e..ec9d6f4bb 100644 --- a/bullet_train-themes-light/bullet_train-themes-light.gemspec +++ b/bullet_train-themes-light/bullet_train-themes-light.gemspec @@ -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"