rharriso / bower-rails

Bundler-like DSL + rake tasks for Bower on Rails
MIT License
1.46k stars 128 forks source link

remove #193

Open flyingboy007 opened 8 years ago

flyingboy007 commented 8 years ago

In am using bower-rails gem in my rails app. It works fine. But I can see that when I remove something from Bowerfile and run rake bower:install its not removing as expected. Isn't it the way to remove when using bower-rails?

Bowerfile

asset 'bootstrap-sass'
# START_HIGHLIGHT
asset 'angular-resource'
# END_HIGHLIGHT
asset 'angular', '~> 1.5'
resolution 'angular', '1.5'
asset 'angular-ui-router'
asset 'normalize-css'
asset 'angular-bootstrap'
asset 'flexslider'
vietqhoang commented 8 years ago

Have you tried rake bower:update:prune?