Skip to content

Commit

Permalink
Include *.js.tt files in bundled gem
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Mar 30, 2023
1 parent 73067fc commit 3665305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cable_ready.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.summary = "Out-of-Band Server Triggered DOM Operations"

gem.files = Dir[
"lib/**/*.{rb,rake}",
"lib/**/*.{rb,rake,tt}",
"app/**/*.rb",
"app/assets/javascripts/*",
"bin/*",
Expand Down

0 comments on commit 3665305

Please sign in to comment.