Spea / SpBowerBundle

Symfony2 Bundle to handle asset dependencies with bower
231 stars 44 forks source link

Liip Theme compatibility #91

Open nicodmf opened 10 years ago

nicodmf commented 10 years ago

To begin thanks for the projet, this work easily and permit to integrate a real assets management.

Explanation

For many projet, i use LiipTheme, This is very usefull to provide different interface for a same business case. So as spBower provide a simple tag for assetic : libname_(js|css), it is impossible to have a theme with jquery 1.8 and another with jquery 2.0.

Do you see a work-arround or a good solution.

I created an issue in LiipTheme too, maybe you will communicate to merge yours knowledges.

https://github.com/liip/LiipThemeBundle/issues/98

Spea commented 10 years ago

I will implement a feature where you can set a prefix for a bundle configuration (or even a specific package), I think this should solve your issue

nicodmf commented 10 years ago

cool, very good idea

gusdecool commented 10 years ago

cool, i'm agree :dancer:

dbu commented 9 years ago

did this ever happen?

Spea commented 9 years ago

No, sadly not. I've currently not the time to maintain this bundle as I want, hopefully this will change in the next few weeks. If you still want/need this feature, I would really appreciate it, if you could create a PR for this.

dbu commented 9 years ago

i was just going through open issues on LiipThemeBundle, checking if we can clean up some of the things. if we end up needing it in the project i currently work on, i will create a PR, sure.