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:
- variable @gridGutterWidth is undefined
I define this variable. - .ie7-restore-right-whitespace is undefined
I removed this from sprites.less - 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.
metaskills commented
Closing with fix from #86.