lperamo / ecocomposer

Frontend library with as little JavaScript as possible.
https://ecocomposer.dev
Other
2 stars 0 forks source link

EcoComposer manager - Handle dependencies #20

Closed lperamo closed 1 year ago

lperamo commented 1 year ago

Problem If we only ask for one component that is not the theming component, the component cannot work as it needs the theming component.

Solution Add a suggestion to add the theming component to solve the dependency issue.

lperamo commented 1 year ago

We enforced the downloading of the dependencies for now.