zakelfassi / Bootflat-Rails

Bootflat on Rails
30 stars 11 forks source link

Check for regression #6

Closed grzesiek closed 10 years ago

grzesiek commented 10 years ago

Additional verification needed if there is no regression after c0c379bdb048c6c6d0b6ce397c1d3c6be3491c57

zakelfassi commented 10 years ago

I'm testing against the Demo app - and somehow the runtime dependency 'bootstrap-sass' doesn't get loaded (getting File to import not found or unreadable: bootstrap. from Gem's /vendor/assets/stylesheets/bootflat.scss:17)

Works on your side ?

grzesiek commented 10 years ago

Yep, I'll check that.

grzesiek commented 10 years ago

Can you provide some additional info ? It works for me, in my projects. Maybe it is problem with rails/ruby version ? I'm using ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux] and rails 4.0.2.

zakelfassi commented 10 years ago

@grzesiek can you check if you're loading 'bootstrap-sass' explicitly in your Gemfile ?

grzesiek commented 10 years ago

Check this out: b5da2c3989bec6745b24d4549325bc17c80824a1 - explicitly required bootstrap-sass functions in lib, so that bootstrap assets could be now available via assets pipe.

zakelfassi commented 10 years ago

@grzesiek that's exactly what was needed! Just pushed the 0.1.6 to rubygems.