18F / uswds-jekyll

A Jekyll theme showcasing the U.S. Web Design System

Home Page:https://federalist-proxy.app.cloud.gov/site/18f/uswds-jekyll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

default configuration not distributed with the gem

afeld opened this issue · 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:

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