This Repository has moved! Please view https://bitbucket.org/livingstonef
Remember to update your git remotes by running the following commands
git remote rm origin
git remote add --track master origin https://bitbucket.org/livingstonef/budkit.git
The new repository has been split into subrepositories/submodules. So you may need to initialize submodules as follows
- Delete the framework and vendors folder
- Run the following commands
git submodule init
git submodule update