Skip to content
Snippets Groups Projects
Unverified Commit eea12a12 authored by Patrick Marsceill's avatar Patrick Marsceill
Browse files

Add search data more explicitly

parent 37cd5419
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ Gem::Specification.new do |spec| ...@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/pmarsceill/just-the-docs" spec.homepage = "https://github.com/pmarsceill/just-the-docs"
spec.license = "MIT" spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README|search-data)}i) } spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README|search-data.json)}i) }
spec.add_runtime_dependency "jekyll", "~> 3.3" spec.add_runtime_dependency "jekyll", "~> 3.3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment