Skip to content

Commit

Permalink
add assets to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolini committed Sep 21, 2016
1 parent 4f10cef commit 5d91364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-swiss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end

spec.add_development_dependency "jekyll", "~> 3.2"
Expand Down

0 comments on commit 5d91364

Please sign in to comment.