Ogone
Ogone copied to clipboard
[FEAT] Ogone can load remote components
- [x] 'use http as' supported
- [ ] install syntax supported
- [ ] write tests
- [ ] all components are rendered (all types, remote or not)
- [ ] write permissions
- [ ] cache ressources
syntax
use http://ogone.dev/example.o3 as 'sub-comp';
// install component for all components
install http://ogone.dev/example.o3 as 'plug-example'
use http:// ... should be recursive, and Ogone should updapte the basedir with the url

started in 0.16.0-rc.15 including:
- proto's def attribute remote ressources
- style's src attribute remote ressources
- path resolving (absolute, relative, remote absolute, remote relative)