You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with upgrading bootstrap-sass from 3.0 to 3.2, I don't use rails (it's just a static project, I use middleman)
Import from my scss file:
@import"bootstrap";
Command:
$ middleman build --verbose
Result:
File to import not found or unreadable: mixins/hide-text.
Load paths:
/media/ubuntu/697acfb6-f29d-4b6c-a95c-ae2d764dc47f/var/www/wordpress/wp-content/themes/refresh/source/stylesheets
/var/lib/gems/1.9.1/gems/compass-core-1.0.0.alpha.21/stylesheets
/var/lib/gems/1.9.1/gems/modular-scale-2.0.5/stylesheets
/var/lib/gems/1.9.1/gems/omg-text-0.0.2/stylesheets
/var/lib/gems/1.9.1/gems/sassy-maps-0.4.0/sass
/var/lib/gems/1.9.1/gems/breakpoint-2.4.5/stylesheets
/var/lib/gems/1.9.1/gems/compass-recipes-0.3.0/stylesheets
/var/lib/gems/1.9.1/gems/bootstrap-sass-3.2.0.0/assets/stylesheets/bootstrap/_mixins.scss:5
/var/lib/gems/1.9.1/gems/bootstrap-sass-3.2.0.0/assets/stylesheets/bootstrap.scss:3
Before upgrading everything worked fine. What should I do now?
The text was updated successfully, but these errors were encountered:
This bug is present in an old version of sprockets (rails/sass-rails#137). Upgrading middleman-sprockets and sprockets to the latest versions may help.
gem list list all the gems installed, but what is in Gemfile.lock? This looks the same as this issue with sprockets-sass 1.1.0, fixed in 1.2.0 petebrowne/sprockets-sass#27
Oh, you're right! The problem is in sprockets-sass. Middleman-sprockets for some reason used an old sprockets-sass 1.1.0 instead of new 1.2.0. So I deleted the old version and now everything works like a charm! Thanks a bunch!
I have a problem with upgrading bootstrap-sass from 3.0 to 3.2, I don't use rails (it's just a static project, I use middleman)
Import from my
scss
file:Command:
Result:
Before upgrading everything worked fine. What should I do now?
The text was updated successfully, but these errors were encountered: