Spea / SpBowerBundle

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

Incompatible with new directory structure #85

Closed sstok closed 10 years ago

sstok commented 10 years ago

Symfony introduced a new (optional) directory structure recently. https://github.com/symfony/symfony-standard/pull/641

In this new structure app/console is moved to bin/console. But the Composer script for the SpBowerBundle still uses the old path.

You can detect the new structure by looking if the 'symfony-bin-dir' is configured and use 'symfony-app-dir' if its not.

I willing to open a PR, but I'm also bit busy today :) so I'm not sure if today will work.