Skip to content

Commit 462ec39

Browse files
committed
Merge branch 'main' into deployment
2 parents 70a323f + 982426e commit 462ec39

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

app/mailers/application_mailer.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

lib/tasks/cfa_ui_components.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ namespace :cfa_ui_components do
33
task copy_gem_styles: :environment do
44
gem_spec = Gem.loaded_specs["cfa_ui_components"]
55
if gem_spec
6-
source = File.join(gem_spec.full_gem_path, 'app/assets/stylesheets/cfa_ui_components.tailwind.css')
7-
dest = Rails.root.join('app/assets/stylesheets/vendor/cfa_ui_components.tailwind.css')
6+
source = File.join(gem_spec.full_gem_path, "app/assets/stylesheets/cfa_ui_components.tailwind.css")
7+
dest = Rails.root.join("app/assets/stylesheets/vendor/cfa_ui_components.tailwind.css")
88

99
FileUtils.mkdir_p(File.dirname(dest))
1010
Tempfile.open do |temp_file|

0 commit comments

Comments
 (0)