I tried this, but:
bundle exec sass --v
=> Sass 3.4.19 (Selective Steve)
And the bundle viz file includes both sass and sassc. How do you make/make sure middleman uses sassc and not sass?
Also, I use susy and breakpoint which seem to create dependencies for sass. Any ideas on how to approach this?
Here’ s my gemfile:
source 'https://rubygems.org'
# gem "middleman", "~> 3.4.0"
gem "middleman-core", "~> 3.4"
gem "middleman-sprockets", ">= 3.1.2"
gem "uglifier", "~> 2.5"
gem "execjs", "~> 2.0"
gem "sassc"
# Live-reloading plugin
gem "middleman-livereload", "~> 3.4.0"
# gem "sass" #, '3.4.9'
# gem "compass" # consider replacing with https://github.com/Igosuki/compass-mixins if using libsass
gem "slim"
gem "susy"
gem "breakpoint"
gem "middleman-smusher"
gem "middleman-autoprefixer"
gem "middleman-inliner", :git => 'https://github.com/andreimoment/middleman-inliner', :branch => 'andreimoment-patch-1'
gem "middleman-minify-html"
gem "pry"
Here’s the Gemfile lock file if I only leave sassc:
GEM
remote: https://rubygems.org/
specs:
ffi (1.9.10)
ffi (1.9.10-x86-mingw32)
sass (3.4.19)
sassc (1.8.1)
bundler
ffi (~> 1.9.6)
sass (>= 3.3.0)
PLATFORMS
ruby
x86-mingw32
DEPENDENCIES
sassc