metaskills/less-rails-bootstrap

Asset Pipeline was broken in 3.0.0.1

maxd opened this issue · 3 comments

maxd commented

Hello,

Compilation of LESS files from less-rails-bootstrap 3.0.0.1 through Asset Pipeline cause many compilation errors:

  1. variable @gridGutterWidth is undefined
    I define this variable.
  2. .ie7-restore-right-whitespace is undefined
    I removed this from sprites.less
  3. variable @iconSpritePath is undefined
    etc....

Looks like compilation of less files through Asset Pipeline was broken. Many files required for compilation was missed.

Thanks

Thanks

simi commented

@maxd are you sure this is issue for 3.0.0.1? This was issue for 3.0.0 yanked release.

maxd commented

Yes, this is problem with 3.0.0.1. I download gem from rubygems.org manually, unpack and found these problems in LESS files.

Closing with fix from #86.