Fork me on GitHub
#dirac
<
2016-01-19
>
peeja15:01:33

I'm looking over the Dirac readme and I'm psyched to try it out. Does it require Canary? The installation instructions refer to Canary, but it never explicitly calls it a requirement.

peeja15:01:50

Oh, no, I guess it does…

peeja15:01:52

> Please note that you should always use the latest Chrome Canary with Dirac DevTools to prevent any compatibility issues.

peeja15:01:58

Is the plan to cut Dirac releases that are known to work with certain Chrome releases eventually? I'd rather not work in Canary, since it's safer to develop in a browser version people will actually use the site in. But I take it the features that enable Dirac are only in Canary for now?

darwin15:01:39

@peeja: you can try it with your standard chrome, it is likely to work

darwin15:01:16

the devtools debugging protocol is not changing that much and I think DevTools code can deal with older chrome gracefully - it is just easier for me to stay on devtools tip

peeja15:01:50

@darwin: That's awesome, cheers!