Skip to content

Commit

Permalink
Fixes #23217 - Include package.json and webpack in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dLobatog authored and jlsherrill committed Apr 11, 2018
1 parent 2e718b8 commit 2e19c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Gem::Specification.new do |gem|
gem.summary = ""
gem.description = "Content and Subscription Management plugin for Foreman"

gem.files = Dir["{app,vendor,lib,db,ca,config,locale}/**/*"] + ["LICENSE.txt", "README.md"]
gem.files = Dir["{app,webpack,vendor,lib,db,ca,config,locale}/**/*"] +
['LICENSE.txt', 'README.md', 'package.json']
gem.files += Dir["engines/bastion_katello/{app,vendor,lib,config}/**/*"]
gem.files += Dir["engines/bastion_katello/{README.md}"]
gem.files -= ["lib/katello/tasks/annotate_scenarios.rake"]
Expand Down

0 comments on commit 2e19c47

Please sign in to comment.