Skip to content

Commit

Permalink
fix(config): include config in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Beghin committed Jul 14, 2020
1 parent 67c87d8 commit 66fb511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-theme-guardian.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://engineering.widen.com"
spec.license = "MIT"

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!^(_config.yml|assets|_layouts|_includes|_sass|LICENSE|README)!i) }

spec.add_runtime_dependency "jekyll", "~> 3.8.7"

Expand Down

0 comments on commit 66fb511

Please sign in to comment.