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.
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.