Kai Dorschner

Results 74 comments of Kai Dorschner

Same issue here on Windows 10. If I can I'd like to help but I'm not really sure how. Is there console output to be expected from this plugin? I...

Thank you for your work and effort!

X-Ref: https://github.com/imagemin/imagemin/pull/358

Checking the sourcecode it looks like sometimes the `insertAfterNode.nextSibling` is `null`. ``` js // ... } else { // Children of start comments must always have a parent and at...

I experience huge performance problems due to this 5 sec check. I got a project with many files dirs and subdirs (keep in mind that node_modules/ and bower_components/ are excluded...

2nd easier approach would be to swap the computation on an extra core/thread. Then Sublime wouldn't hang.

If it helps https://github.com/jisaacks/GitGutter has a `non_blocking: true` configuration flag. Maybe you can use some of these insights.

I'm getting the same issue on windows 10, node 5.8.0 in a huge (~1700 files) project. _Pretty_ annoying. is there any approach or hint working **with** grunt-newer?

Any news on this? Our environment has to copy ~2000 files on each save, due to this bug. This is a huge performance impact, and also very bad for SSDs....