thechori / ylc-website

Unfinished revamp of the YLC website using the MEAN stack
https://ylc-website.herokuapp.com/
0 stars 0 forks source link

Styles and scripts are broken on Heroku #9

Closed thechori closed 8 years ago

thechori commented 8 years ago

Fixed.

This was being caused by the fact that jquery and bootstrap were being served through bower, but were not --save'd in the bower.json.

I removed bower completely and am instead now using NPM to manage these packages