moudy / agenda-ui

A UI to view Agenda jobs
267 stars 24 forks source link

Added Development Information, Fixed Bower Dependencies #5

Closed Albert-IV closed 10 years ago

Albert-IV commented 10 years ago

After running into some trouble building the application for development, I found that Bower had to be installed globally.

I added that information to the development section to the README so that other developers attempting to build the project will avoid problems.

There also was an issue with the bower.json file that prevented the bower install to succeed. I changed the Bootstrap dependency to point to the latest 3.2.* release, which fixes the build.

Fixes #3

moudy commented 10 years ago

Thanks! :+1: