##Rake tasks
Once you are done with bower.json
or Bowerfile
you can run
rake bower:install
to install packagesrake bower:install:deployment
to install packages from bower.jsonrake bower:update
to update packagesrake bower:update:prune
to update components and uninstall extraneous packagesrake bower:list
to list all packagesrake bower:clean
to remove all files not listed as main files (if specified)rake bower:resolve
to resolve relative asset paths in componentsrake bower:cache:clean
to clear the bower cache. This is useful when you know a component has been updated.