-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
g: finalIssue ready for review.Issue ready for review.i: custom softwareRelating to systems built in TTS and their need for tools, guidance, security authorization, etc.Relating to systems built in TTS and their need for tools, guidance, security authorization, etc.t: daysShould be complete-able in a matter of days or less (wall clock time)Should be complete-able in a matter of days or less (wall clock time)
Description
Background Information
@tbaxter-18f and I noticed that the _config.yml values weren't being inherited from the released version(s) of the gem. Turns out that when you specify path: in the Gemfile, it picks up all those local files, but when released, it's only including the files and folders here:
uswds-jekyll/uswds-jekyll.gemspec
Line 13 in e93b9ab
| s.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) } |
Implementation Steps
- [ ]
Acceptance Criteria
- Configuration inherited by sites using the theme as a released gem
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
g: finalIssue ready for review.Issue ready for review.i: custom softwareRelating to systems built in TTS and their need for tools, guidance, security authorization, etc.Relating to systems built in TTS and their need for tools, guidance, security authorization, etc.t: daysShould be complete-able in a matter of days or less (wall clock time)Should be complete-able in a matter of days or less (wall clock time)