Chris Stroud

Results 5 comments of Chris Stroud

Thanks for the detailed response! I'll take a look at those links and see if there is anything I can do. This package is really good and I appreciate all...

Would running it twice work? Once with the directory specific prefixes and then again (on what came out of that) with no prefix to get it into one file? _btw:...

Yeah definitely! :) What would you suggest as the best way to do it? Would it simply be a case of checking if the selector passed in is an object...

My idea to achieve it would be add a util function that does ``` function selectElement(client, selector) { if (typeof selector === 'object') return selector return client.element(selector) } ``` Then...

Looking at the tests I think they may have to be reworked quite a lot as we wouldn't be using the client object to call any methods anymore? So they...