We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d45f14 commit fdef54cCopy full SHA for fdef54c
docs/CHANGELOG.md
@@ -10,6 +10,10 @@ nav_order: 6
10
11
## main
12
13
+* Include .tt files in published gem. Fixes templates not being available when using generators.
14
+
15
+ *Florian Aßmann*
16
17
## 3.23.1
18
19
* Restore Rake tasks in published gem.
view_component.gemspec
@@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
30
"app/**/*",
31
"docs/CHANGELOG.md",
32
"lib/rails/**/*.rb",
33
+ "lib/rails/**/*.tt",
34
"lib/view_component.rb",
35
"lib/view_component/**/*"
36
]
0 commit comments