IONISx / edx-theme

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

Error at grunt build #37

Closed brenthmiras closed 9 years ago

brenthmiras commented 9 years ago

Running "less:theme" (less) task

FileError: 'bootstrap/less/bootstrap.less' wasn't found in static/less/main.less on line 1, column 1: 1 @import 'bootstrap/less/bootstrap.less'; 2 @import 'font-awesome/less/font-awesome.less';

It's clearly an import error. because the bootstrap folder was not found. I run a find for that bootstrap folder but it really does not exist. Where did I go wrong?

tusbar commented 9 years ago

You did not bower install.

brenthmiras commented 9 years ago

I did. It's just that It didnt execute because I'm on sudo.