jeshuamaxey / ferret

A powerful tool for high information events. Collaborate with your community to filter the noise on Twitter and discover the most relevant, interesting and credible updates.
ferretapp.co.uk
MIT License
14 stars 3 forks source link

css not found #8

Closed giovannic closed 10 years ago

giovannic commented 10 years ago

Something has gone missing after the bower move

I get this error: GET /bower_components/bootstrap/dist/js/bootstrap.min.js 404 93ms - 4.46kb

jeshuamaxey commented 10 years ago

Is this still a problem? You need bower install (it's listed as a dev dependency in package.json so $ npm install should do the trick). After that run $ bower install

giovannic commented 10 years ago

yeah, a second bower install did it for me. Thanks