jbake-org / jbake

Java based open source static site/blog generator for developers & designers.
http://jbake.org
MIT License
1.12k stars 326 forks source link

Add support for webjars #754

Open bmarwell opened 2 years ago

bmarwell commented 2 years ago

Some sites will not be using foreign hosted variants of jQuery, bootstrap, fonts, etc.

For this case, even better than linking, it would be great if webjars were supported (maven/Gradle feature).

https://www.webjars.org/

Alternatively, support downloading assets from elsewhere. This would also work in non-maven environments which is feasible.

The idea here is that static files shouldn't be needed to be hosted in the source GitHub repository.