Ogone icon indicating copy to clipboard operation
Ogone copied to clipboard

[FEAT] Ogone can load remote components

Open SRNV opened this issue 5 years ago • 1 comments

  • [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

SRNV avatar Jun 30 '20 08:06 SRNV

Screenshot from 2020-07-07 11-58-39

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)

SRNV avatar Jul 07 '20 11:07 SRNV