ColinOrr-Asidua / chitter

Chitter allows developers to share useful information quickly and informally using a social, micro-blogging approach.
0 stars 1 forks source link

Bower #9

Open ColinOrr-Asidua opened 10 years ago

ColinOrr-Asidua commented 10 years ago

Currently all the front-end dependencies are just linked directly to a CDN (see https://github.com/ColinOrr-Asidua/chitter/blob/master/public/javascripts/app.js).

We'd like to change this so front end packages are managed by Bower.

martinmicunda commented 10 years ago

I will update README and start write wiki how to work with bower and also how to install dependencies.. plus there is task grunt bower-install in the gruntfile.js that will add dependencies to head.jade file.