2.0.7
This fixes a bug related to modlet folders and the bundle configuration for progressively loaded bundles. Now the following works:
"bundle": [
"pages/**/"
]Which will find modules like:
- pages/home/home
- pages/cart/cart
But will not pick up
- pages/cart/cart-test