Spea / SpBowerBundle

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

Bower update #101

Closed chellem closed 10 years ago

chellem commented 10 years ago

Hello, Is there a bowerUpdate command for composer post-update-cmd event ?

Spea commented 10 years ago

Currently there is only a ScriptHandler to execute the install command, but it would also be possible to implement a similar ScriptHandler for the update command (app/console sp:bower:update)

chellem commented 10 years ago

Thanks will look into it :+1: