Skip to content

Commit

Permalink
include _layouts, _includes, and _sass dir in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Crunch09 committed Jul 28, 2016
1 parent 6532796 commit 7e01571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minima.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|

spec.metadata["plugin_type"] = "theme"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(exe|_layouts|_includes|_sass)/}) }
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(exe)/}) }
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

Expand Down

0 comments on commit 7e01571

Please sign in to comment.