mikevallano / tmdb-moviequeue

Add movies to your queue, share lists with family & friends. http://www.flicksonlists.com/
http://www.flicksonlists.com/
0 stars 0 forks source link

Get rid of sprockets #398

Open mikevallano opened 7 months ago

mikevallano commented 7 months ago

We don't need it with Rails 7.

sass-rails uses sprockets, but there are alternatives such as propshaft: https://github.com/rails/propshaft

https://stackoverflow.com/questions/59515219/remove-sprockets-from-rails

https://www.honeybadger.io/blog/propshaft-tutorial-migration/

mikevallano commented 5 months ago

Update: With the new frontend we're not using sass, so it should be easy to do this.