DocOps / asciidocsy-jekyll-theme

Jekyll/AsciiDoc port of Docsy theme for scalable technical documentation projects

Home Page:https://asciidocsy.netlify.app/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve vendor source handling

briandominick opened this issue · comments

When we're delivering this theme as a gem, we don't want a bunch of unaltered vendor code in the package. Create a vendor/ or preferably assets/vendor/ path and a way to get necessary upstream code into that path before build-time. I have admittedly not done this before, but I'm going to require it for the Gemification epic (#31).

Or maybe I'm wrong about this. Feedback or research should yield a confident answer.