Brian Hedberg
Brian Hedberg
I'll have time to review and address the build failures next week.
@alfredxing, I don't think I did a great job explaining the issue that we were having, so let me clarify. Certain tags that differed only by if/when they were dash...
After doing some more digging, it looks like Stripe.payment has been deprecated. Perhaps that is why v2 stripe no longer works? https://github.com/stripe/jquery.payment
Unfortunately that code is still live on spree/spree: https://github.com/spree/spree/blob/master/frontend/app/assets/javascripts/spree/frontend/checkout/payment.js#L19
I fixed this issue by adding `jquery.payment` to my own jquery assets. I'm not sure why I need to add this separately as it is included in spree_frontend [here](https://github.com/spree/spree/blob/master/frontend/app/assets/javascripts/spree/frontend.js). Is...
When I had looked before it didn't look like there was support, but this stackoverflow thread has me thinking that I _could_ actually solve this at the repo level after...
I think it would be helpful/interesting to define specific use cases for sites or pages that this makes the most sense for. Service workers make more sense on certain sites,...