Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register nested dependencies #107

Open
albertemozo opened this issue Oct 7, 2014 · 1 comment
Open

Register nested dependencies #107

albertemozo opened this issue Oct 7, 2014 · 1 comment

Comments

@albertemozo
Copy link

Is there a way to automatically register nested dependencies?

I mean: if we are using nest_dependencies: false, component dependencies are installed but not merged into compiled assets. As nested dependencies are not automatically registered as Assetic assets, there is no "clean" way to include them.

I am currently workarounding this issue by including nested dependencies as standard bundle dependencies. Is there any recommended way to face this issue or plan to change this behaviour?

@Spea
Copy link
Owner

Spea commented Oct 8, 2014

There is currently no way to include this dependencies, but you are right, it might be a good idea to allow this. I'm not yet sure how to implement this, since you can have a dependency on jquery in some package but also included jquery by yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants