-
Notifications
You must be signed in to change notification settings - Fork 140
default configuration not distributed with the gem #221
Copy link
Copy link
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)
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)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Background Information
@tbaxter-18f and I noticed that the
_config.ymlvalues weren't being inherited from the released version(s) of the gem. Turns out that when you specifypath:in theGemfile, 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
Implementation Steps
Acceptance Criteria