uswds-jekyll icon indicating copy to clipboard operation
uswds-jekyll copied to clipboard

default configuration not distributed with the gem

Open afeld opened this issue 4 years ago • 1 comments

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:

https://github.com/18F/uswds-jekyll/blob/e93b9ab574da4345d7105ad392c5e311584d2fef/uswds-jekyll.gemspec#L13

Implementation Steps

  • [ ]

Acceptance Criteria

  • [ ] Configuration inherited by sites using the theme as a released gem

afeld avatar Jan 29 '21 22:01 afeld