Error "Could not find asset snippets/revy-bundle-script.liquid"
When you uninstall the Bundle app without going to section "Uninstall" inside the app and uninstall properly you are very likely have a error showing in your theme:
"Could not find asset snippets/revy-bundle-script.liquid"
To solve this error is very simple, just go to your theme code editor and open the theme.liquid file, then you search for "revy-bundle-script", you gonna found a line like this:
{% include 'revy-bundle-script' %}
Just erase this line and save the file, the error should go away.
And if you yet need some help, please ping us at [email protected] and we gonna help you as soon as possible ;).