IONISx / edx-theme

Open edX responsive theme using Bootstrap
http://ioni.sx
54 stars 102 forks source link

"bower update" is a necessary step #32

Closed stephanebruckert closed 9 years ago

stephanebruckert commented 9 years ago

"bower update" needs to be ran a single time after the bower install. Otherwise "grunt" wouldn't find "font-awesome".

tusbar commented 9 years ago

Hm… I don’t see why that would be the case.

bower install will install font-awesome. Maybe bower install failed for you in the first place? Try removing the bower_components directory, then run bower install, then grunt build.

If it fails again, run rm -r node_modules bower_components && npm install && bower install && grunt build and send me the output. :)