sc0ttj / mdsh

A simple static site generator, using Markdown and Bash
https://sc0ttj.github.io/mdsh/
10 stars 0 forks source link

Better JS bundling #95

Open sc0ttj opened 4 years ago

sc0ttj commented 4 years ago

1. Support multiple JS CDNs:

Allow user to set preferred CDN in site.yml:

2. Bundle the NPM deps defined in site.yml as a single JS file:

Reduce network requests, while keeping things cache-able, by bundling the main site JS deps as a single file at build time:

If a page has its own, separate list of deps, bundle them into a separate file: