Kimmo Brunfeldt

Results 52 comments of Kimmo Brunfeldt

It seems to work when wrapping the whole expression with parentheses like this: ```js > css.match('(screen and (min-width: 48em))', { width: '48em' }) true ```

Thanks for the comment. I didn't even remember that defining env variables like that breaks windows support. Awesome, that bash setup will help with lot of pain points :)

I too think that merging these projects makes sense. One comment about the naming though. I chose a general name because concurrently is not tied to npm run scripts, you...

I like @paulpflug's idea of having separate CLI commands for parallel and sequential run. In @keithamus' example: ``` $ npm-run-all --sequential a b c --parallel d e f --sequential g...

> I'm confused as to your Windows comment. Using && works the same for me in Windows as it does in Unix/Linux--it runs the commands in series if the previous...

I'm open for a PR which adds environment variable to configure these.

Thanks for the contribution. I think this is a great idea. I don't have currently time to help with this but I like the idea of having full control to...

Thanks for reporting. Yeah, I consider this as a bug. PR welcome!

Puppeteer has now been upgraded to 1.6.0 in master. Also published in the demo app running in Heroku. Can someone verify if the issues are fixed?