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 4460226 commit 11a2a44Copy full SHA for 11a2a44
alembic-jekyll-theme.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
14
spec.metadata["plugin_type"] = "theme"
15
16
- spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
+ spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README|sw|manifest)}i) }
17
18
spec.add_runtime_dependency "jekyll", "~> 3.6"
19
spec.add_runtime_dependency "jekyll-sitemap", "~> 0.13"
0 commit comments