You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to bootstrap a Shopify app with Rails 7 and propshaft (so no sprockets). While doing that, I noticed that some of the JS and template files seem to be unused. Here's an (for sure incomplete) list:
Maybe I'm missing something, but I'm not seeing actions defined for these session views/templates, which in return are referencing the JS files mentioned above. After removing those files, tests for the gem are still passing, so they can't be that important 😉
Are these leftovers? If so, I'm happy to contribute a PR to remove them.
The text was updated successfully, but these errors were encountered:
Description
I'm trying to bootstrap a Shopify app with Rails 7 and propshaft (so no sprockets). While doing that, I noticed that some of the JS and template files seem to be unused. Here's an (for sure incomplete) list:
Maybe I'm missing something, but I'm not seeing actions defined for these session views/templates, which in return are referencing the JS files mentioned above. After removing those files, tests for the gem are still passing, so they can't be that important 😉
Are these leftovers? If so, I'm happy to contribute a PR to remove them.
The text was updated successfully, but these errors were encountered: