You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we're working on a modularized app... e.g. customers can choose which bundles to install. Based on the doc you have to activate each bundle one by one. Is there a way to preset a global config which will then be used by each available bundle? I'd imaging something like bundles.default and the SpBowerBundle would then iterate over all bundles and check if there's a bower.json at the given location.
Cheers
Matthias
The text was updated successfully, but these errors were encountered:
Currently there is no way to do this. I'd be happy for every contribution since I'm currently kinda busy and only can work on this project when I have some spare time.
Hey,
we're working on a modularized app... e.g. customers can choose which bundles to install. Based on the doc you have to activate each bundle one by one. Is there a way to preset a global config which will then be used by each available bundle? I'd imaging something like
bundles.default
and the SpBowerBundle would then iterate over all bundles and check if there's abower.json
at the given location.Cheers
Matthias
The text was updated successfully, but these errors were encountered: