Giles Butler

Results 21 comments of Giles Butler

Did this get added in the end? I've just started using Browser Refresh with Marko and Lasso and the console output is pretty noisy.

I just realised on my end this wasn't Browser Refresh writing to the console but another node module called [Morgan](https://www.npmjs.com/package/morgan). I'm using a boilerplate and didn't realise it was included...

I'm having the same problem, I can't get the custom handler to work with react-css-modules. Thanks for the tip @bkonkle but I'm not sure if that solves my use case....

No problem @bkonkle - thanks for getting back to me and your work on Ignore Styles anyway :) I was thinking over night that maybe that `if` logic shouldn't be...

Sorry @gzwzc I know longer have access to that codebase to check

I just came across this issue too. Rolling back to `0.4.1` has fixed things for me too.

I just switched from Chrome with [The Great Suspender](https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg?hl=en) too. It definitely feels like a faster experience when the tab doesn't automatically reload. I find the most annoying thing in...

Hey @nonsocode, Redirect already works in the route meta from my testing... ``` { "name": "home", "redirect": "/campaigns" } ```