specialmoves / Wibble

Sniff out those project smells in your retrospective. Open source NodeJS based retrospective tool.
MIT License
5 stars 5 forks source link

Bower dependency management setup #8

Closed Jonic closed 11 years ago

Jonic commented 11 years ago

Including third-party code in Git projects is usually bad-form, so I've removed any front-end vendor code and replaced it with configuration files for bower.io. Now these libraries are installed in a similar fashion to the Node project's dependencies, so running bower install from the project in Terminal/Command Prompt will pull all the necessary files down ready for use.