Compare commits

..

No commits in common. "0ae6aea5f46bd59f16dfd7c5462352284d2442cf" and "2b3a3429d783472c35980719e2f2aa5ed15ee2cb" have entirely different histories.

View File

@ -111,9 +111,9 @@
<script src="/core/kernel/feature-registry.js"></script>
<script src="/core/kernel/services.js"></script>
<script src="/core/kernel/lifecycle.js"></script>
<!-- Component (page) modules are NOT listed here: the kernel loads each one's
self-registering index.js from the manifest (components/manifest.dev.json)
before routing. Adding a page = drop a components/<id>/ folder + a manifest
<!-- Feature modules are NOT listed here: the kernel loads each feature's
self-registering index.js from the manifest (features/manifest.dev.json)
before routing. Adding a page = drop a features/<id>/ folder + a manifest
entry, no index.html edit. Heavy controllers stay lazy (loaded by mount). -->
<!--
Page-specific controllers are loaded on demand by spa.js / config-manager.js