Of course, the other way that we could do this is to keep the scaffolding in this repo and just re-run the generator to refresh the assets in the template repo. That would mean:
Remove the git submodule and copy the template files into this repo under app/templates/jekyll.
Add a package.json to the template repo that runs yo uswds --jekyll --sass to update. (There's currently no update script because that repo is the "source of truth" for templates.)
If we decide to go with publishing the Jekyll template as a generator (https://github.com/18F/federalist-uswds-template/issues/1), then we could nix the git submodule here and instead compose it:
Of course, the other way that we could do this is to keep the scaffolding in this repo and just re-run the generator to refresh the assets in the template repo. That would mean:
app/templates/jekyll
.package.json
to the template repo that runsyo uswds --jekyll --sass
to update. (There's currently no update script because that repo is the "source of truth" for templates.)@hbillings @cmc333333, what do you think?