Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This is a work in progress

Resource DeclarationLocation

It should be possible for any bundle to declare web resources under any path. This is different than the current behavior of amdatu-webresorces that prevents two bundles from providing resources that share a common path (each bundle needs to define one or several paths that it uses exclusively). Even though it is certainly good practice to concentrate resources for a given module under it's own unique path, flexibility is required for modularizing existing applications. It should be possible to take an existing frontend app and simply move resources to other bundles, maintaining their existing path so that no massive code changes would be required. The framework should be able to handle this and merge resources from any given bundle.

...

  • controllers
    • FeatureController.ts
  • directives
    • FeatureRelatedDirective.ts

Resource Conversion

While the simplest operation of the framework would be to unify resources from the various bundles and serve them, it should also support a pluggable architecture for resource compilation and conversion.  

Gliffy
size500
nameresource compilation