Improve CDN listing page(s) #354
Labels
💡 idea
TYPE: Indicates that this is an idea. These may end up spinning out into a separate projects.
docs
CATEGORY: Anything related to documentation
infrastructure
CATEGORY: Infrastructure related - e.g. updates to build process, tests, tooling, etc.
Is your feature request related to a problem? Please describe.
Copies of new
gravity-ui-web
releases get uploaded to our CDN here: https://static.buildit.digital/gravity-ui-web/The index page you see at the URL is very basic, so it might be nice to spruce it up a bit. Specifically, things that would be nice are:
gravity.css
,gravity.js
etc.), since that's what people using the CND will ultimately be after. This could be a little list of filenames (each of which is a link to the corresponding file) OR we could add an index page for each release with that file listing and then link to that. (The latter option might help the main index page from becoming excessively long)Describe the solution you'd like
cdn-index.template
andscripts/cdn_publish.sh
as necessary. My hunch is that we may need replace or augement them with something a little more sophisticated. Using a bash script to string together bits of HTML is a bit clunky. Maybe a little Node.js script would be easier? Potentially it could even make use of some of the Nunjucks templates we have withingravity-ui-nunjucks
?The text was updated successfully, but these errors were encountered: