mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
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:
parent
4c0675dc79
commit
98c28ac256
3 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
1
www/source/stylesheets/site.css
Normal file
1
www/source/stylesheets/site.css
Normal file
|
@ -0,0 +1 @@
|
|||
//= require "all-site"
|
Loading…
Reference in a new issue