morteza / bootstrap-rtl

RTL Theme for Bootstrap v3.x
The Unlicense
954 stars 419 forks source link

Can't compile LESS from bower package #76

Open yosefw opened 9 years ago

yosefw commented 9 years ago
  1. I've installed both bootstrap and bootstrap-rtl from bower.
  2. In my main.less file, I'm importing both bootstrap.less and bootstrap-rtl.less.
  3. bootstrap-rtl won't compile, becuase it's looking for bootstrap's less files in a sibling /bootstrap directory.

I see there's a /bootstrap directory in the main /bootstrap-rtl directory, but it's empty.

I see 2 possible solutions:

  1. Don't import bootstrap's less files from bootstrap-rtl. Instruct the user the import them in their project.
  2. Create a variable for bootstrap's directory, so the user could override it in their project.
yosefw commented 8 years ago

Just ran into this problem again in a new project.