Closed olleolleolle closed 10 years ago
Well, long story short. I got it to work with my "CSS colors inlined" fork, when using these versions:
gem 'sass_rails_patch', '~> 0.0.1'
gem 'upmin-admin', github: 'olleolleolle/upmin-admin-ruby'
gem 'compass', '= 0.12.7'
gem 'compass-rails'
gem 'sass-rails', '~> 3.2.3'
gem 'bootstrap-sass', '~> 2.2.1.1'
Does this even constitute a bug report? Or, is it merely a flailing workaround? I currently need it, until I can upgrade all the Sass-and-Bootstrap-related things I use.
@olleolleolle I'll have to dig into this a bit more before I can give a clear answer. Thanks for pointing out the issue.
I suspect it has to do with my old-timey version of Sass. I need to remain on that version for the moment though. Den 21 okt 2014 13:36 skrev "Jon Calhoun" notifications@github.com:
@olleolleolle https://github.com/olleolleolle I'll have to dig into this a bit more before I can give a clear answer. Thanks for pointing out the issue.
— Reply to this email directly or view it on GitHub https://github.com/upmin/upmin-admin-ruby/issues/97#issuecomment-59914386 .
TL;DR - some combinations of compass, Sass and sass-rails will not work together.
/foobar
route.Expected: a regular Heroku push, with the SCSS compiled and deployed.
Experienced: a failure, no deploy, and a
Sass::SyntaxError
on some "template CSS" which looked like it was using ERb.Versions:
Stacktrace: