tattersoftware / codeigniter4-assets

Asset handling for CodeIgniter 4
MIT License
50 stars 12 forks source link

Feature: Manifest URLs #14

Closed MGatner closed 3 years ago

MGatner commented 4 years ago

Allow source field in manifests to be a URL for CDN harvesting.

evansharp commented 3 years ago

This is a big one for this library to accomplish its goal. I'd say 60% of my 'assets' are typically CDN hosted.

MGatner commented 3 years ago

The Manifests function of this library will most likely be moving to another library or maybe even a framework component. On that list is support for remote sources. I think your use case is pretty common, additionally a lot of "Get Started" guides only have their CDN available (e.g. https://getbootstrap.com/docs/5.0/getting-started/introduction/) so it will be easier when those can be pasted right in.

MGatner commented 3 years ago

This will be handled by the framework's Publisher now.