Open flyingboy007 opened 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?
rake bower:install
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'
Have you tried rake bower:update:prune?
rake bower:update:prune
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