Skip to content

Commit 665e12a

Browse files
committed
Add the missing files to the gem
1 parent 1311cc1 commit 665e12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll-theme-chirpy.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.license = "MIT"
1212

1313
spec.files = `git ls-files -z`.split("\x0").select { |f|
14-
f.match(%r!^((assets\/(css|img|js\/[a-z])|_(includes|layouts|sass|config|data|tabs|plugins))|README|LICENSE|index)!i)
14+
f.match(%r!^((_(includes|layouts|sass|data|tabs|plugins)|assets)\/|_config|README|LICENSE|index)!i)
1515
}
1616

1717
spec.metadata = {

0 commit comments

Comments
 (0)