sass-java icon indicating copy to clipboard operation
sass-java copied to clipboard

Update Sass-Gems to at least 3.5.2

Open dtrunk90 opened this issue 6 years ago • 2 comments

When trying to compile bootstrap 4.0.0 i get some parsing errors. It seems Bootstrap requires at least 3.5.2: https://github.com/twbs/bootstrap-rubygem/blob/master/bootstrap.gemspec#L16.

dtrunk90 avatar Feb 27 '18 13:02 dtrunk90

Unfortunately we'd have to yank compass to do that since it depends on sass < 3.5. I'm not opposed to that, but we are using it to do the compiling. It'd need to change at least here.

darrinholst avatar Feb 28 '18 12:02 darrinholst

As I only need the sass-java-gems package I removed compass and ffi from the gemfile. For compiling I'm using Jawr in conjunction with JRuby. Works like a charm for now.

dtrunk90 avatar Feb 28 '18 12:02 dtrunk90