From d905d61109f9cee64fe562e9e039950bf341c5d4 Mon Sep 17 00:00:00 2001 From: Jeremy Green Date: Tue, 29 Aug 2023 11:26:39 -0500 Subject: [PATCH] Add `tailwind.mailer.light.config.js` to the gem package 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"