Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1.0 breaks when you don't have sassc-rails installed #233

Open
rmehner opened this issue Apr 17, 2019 · 1 comment 路 May be fixed by #235
Open

2.1.0 breaks when you don't have sassc-rails installed #233

rmehner opened this issue Apr 17, 2019 · 1 comment 路 May be fixed by #235

Comments

@rmehner
Copy link

rmehner commented Apr 17, 2019

Hey there 馃憢

#232 made the change from sass to sassc, however it also adds an implicit dependency to sassc-rails here:

If you update from 2.0.3 to 2.1.0 and don't have sassc-rails installed, your app will break with:

NameError:
  uninitialized constant SassC::Rails

Since sassc-rails doesn't work out of the box for one of the apps I'm working on, I'll downgrade LSG to 2.0.3 for now until I have time to investigate further :)

Have a great day all around!

@droznyk
Copy link

droznyk commented Apr 29, 2019

I have the same problem in my project.

/home/patryk/.asdf/installs/ruby/2.6.3/lib/ruby/gems/2.6.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/active_support.rb:60:in `block in load_missing_constant': uninitialized constant SassC::Rails (NameError)
	from /home/patryk/.asdf/installs/ruby/2.6.3/lib/ruby/gems/2.6.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
	from /home/patryk/.asdf/installs/ruby/2.6.3/lib/ruby/gems/2.6.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/active_support.rb:59:in `load_missing_constant'
	from /home/patryk/.asdf/installs/ruby/2.6.3/lib/ruby/gems/2.6.0/gems/livingstyleguide-2.1.0/lib/livingstyleguide/integration/rails.rb:9:in `block in <class:LivingStyleGuideRailtie>'

Downgrade to 2.0.3 worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants