estrattonbailey / operator

1.8kb drop-in "PJAX" solution for fluid, smooth transitions between pages.
90 stars 11 forks source link

Add regex/expression support to routes #22

Open callummcmaugh opened 4 years ago

callummcmaugh commented 4 years ago

Loving the library so far, but an issue that I've encountered while developing some stores is widget and iframe plugins on certain providers like Shopify. Would it be possible to update the ignore feature to match a regex expression?

An example of this would be to ignore all pages of a route like "/blogs/" or "/pages/" where there might be heavy legacy iframe support needed.

Currently for this I'm listing each route individually, but it's starting to get messy. If I could ignore a routes children, I think this could be a nice feature.