rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 135 forks source link

Update recommended sass gem to use, in README. #112

Closed tiegz closed 7 months ago

tiegz commented 1 year ago

After the last update to graphiql assets, asset compilation broke because the unmaintained sassc-rails gem doesn't support newer SASS features: https://github.com/rmosolgo/graphiql-rails/issues/106

Luckily there's a new dartsass library, as well as a dartsass-sprockets gem that acts similarly to sassc-rails.

We should probably suggest these new libraries now, although I recommend removing Sprockets as a pre-req like this PR has done: https://github.com/rmosolgo/graphiql-rails/pull/101

(note that the rails team has a dartsass-rails gem too, which isn't coupled to sprockets)

tiegz commented 1 year ago

ping @rmosolgo

rmosolgo commented 7 months ago

Thanks for this update! Sorry it took me so long to merge it.