Files
bower/NOTES.md
2013-04-22 18:35:52 +01:00

3.0 KiB

  • Offline usage
  • Config
  • Registry
  • Commands
  • Contributing.md
    • Copy from master
    • Tell users to learn about promises
    • Tell users to not forget to call .done() to throw unhandled promise errors in tests
  • Inter process locks? two processes running bower (either from the bin or programatically) might mess up the cache on write operations.. and possibly other write operations. Think about a solution for this (make the worker multi-process aware?!)
  • Use update-notifier!!
  • Use yeomen insight!!
  • bower could setup a git hook on folders that are github repos to make validation of the json (if it conforms with the spec)
  • in prod dont forget to Q.longStackJumpLimit = 0;
  • switch from events to promise progress