Fix building the website

- compass is now built in to middleman 4, including the old middleman-compass gem only creates issues with the dep graph
- deal with .css.scss files being ignored by splitting into separate .css and .scss files. (https://github.com/middleman/middleman-sprockets/issues/127)

Closes #4613

Signed-off-by: Bryan McLellan <btm@loftninjas.org>
This commit is contained in:
Bryan McLellan 2019-10-30 17:27:27 -04:00
parent 4c0675dc79
commit 98c28ac256
3 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,6 @@ gem "tzinfo-data", platforms: %i{mswin mingw}
# Middleman Gems
gem "middleman", ">= 4.0.0"
gem "middleman-autoprefixer"
gem "middleman-compass", ">= 4.0.0"
gem "middleman-livereload"
gem "middleman-search_engine_sitemap", "~> 1.4"
gem "middleman-sprockets", ">= 4.0.0"

View file

@ -0,0 +1 @@
//= require "all-site"