Spea / SpBowerBundle

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

ability to turn nested dependencies selective on while globally off #106

Closed stryba closed 9 years ago

stryba commented 9 years ago

Maybe I missed it but it does not seem to be possible to turn off nested dependencies while turning it on selectively for specific packages. It would be nice to have this option as well.

Spea commented 9 years ago

Actually this is already possible:

sp_bower:
    assetic:
        nest_dependencies:
            all: false
            bootstrap: true

I also update the configuration reference.