ionide / Waypoint

Opinionated solution template for building F# OSS libraries and tools.
https://ionide.io/Libraries/waypoint.html
MIT License
74 stars 13 forks source link

Use CDN instead of having static content locally #31

Closed Krzysztof-Cieslak closed 4 years ago

Krzysztof-Cieslak commented 4 years ago

This minimizes the number of static files that need to be committed into the repository. In most cases, we just used CDN to provide JS libraries and CSS files, in some cases it's a small refactoring.