spree-contrib / spree-multi-domain

Multiple Spree stores on different domains - single unified backed for processing orders
https://guides.spreecommerce.org
194 stars 191 forks source link

Change 'sass-rails' dev dependency to 'sassc-rails' #205

Open storhet opened 5 years ago

storhet commented 5 years ago

Any plans on doing this change? Since the sass-rails gem is deprecated and just a wrapper around sassc-rails. For now it causes some problems when you try to start the server if there's no sass-rails gem present in your project Gemfile. The problematic file is /lib/spree_multi_domain.rb and on line#3 it fails with 'require': cannot load such file -- sass/rails (LoadError) (which makes sense :) )