Spea / SpBowerBundle

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

Not compatible with Netbeans #75

Closed marlongichie closed 10 years ago

marlongichie commented 10 years ago

Breaks the symfony command-line console after registering the bundle.

Shows:

<There is no command available (perhaps error?)>

when attempting to run commands from the command-line console

Spea commented 10 years ago

The information you provide is not enought to reproduce the issue.

marlongichie commented 10 years ago

Sorry, I have managed to identify the problem to be user error in app/config/config.yml

The cause was defining a bundle without it's namespace. AcmeDemoBundle was defined as just DemoBundle. Odd that this would break the entire command console. Nevertheless, closing this issue.

Thanks for the speedy response.