Skip to content

default configuration not distributed with the gem #221

@afeld

Description

@afeld

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

Metadata

Metadata

Assignees

Labels

g: finalIssue ready for review.i: custom softwareRelating 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)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions