Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 705 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 705 Bytes

meingrundeinkommen

##Rake tasks

Once you are done with bower.json or Bowerfile you can run

  • rake bower:install to install packages
  • rake bower:install:deployment to install packages from bower.json
  • rake bower:update to update packages
  • rake bower:update:prune to update components and uninstall extraneous packages
  • rake bower:list to list all packages
  • rake bower:clean to remove all files not listed as main files (if specified)
  • rake bower:resolve to resolve relative asset paths in components
  • rake bower:cache:clean to clear the bower cache. This is useful when you know a component has been updated.