Compile Error Using the Stylesheet Factory [SOLVED]
Posted by TheMagician on Oct 07, 2019; 10:15pm
URL: https://discuss.asciidoctor.org/Compile-Error-Using-the-Stylesheet-Factory-SOLVED-tp7185.html
I want to compile the .css files that come bundled with the Stylesheet Factory. However, I run into a compilation error.
I've followed the steps to install the Stylesheet Factory (see manual, chapter 72).
I used:
gem install compass --version 0.12.2
gem install zurb-foundation --version 4.3.2
By the way, during the installation of Compass I got the following warning message:
"Ruby Sass has reached end-of-life and should no longer be used."
However, installation completed without errors.
When I now navigate to the root directory of the Stylesheet Factory and type:
compass compile
I get the following error message:
D:/Programs/Ruby/lib/ruby/gems/2.6.0/gems/compass-0.12.2/lib/compass/sass_extensions/functions/urls.rb:5:in `has?': undefined method `has?' for Sass::Util:Module (NoMethodError)
Did you mean? hash
Any ideas what could cause this error?
Kind regards.