mwsam

Results 2 comments of mwsam

This is actually caused by a breaking change in node-glob which is the underlying module used by grunt, see isaacs/node-glob#139. So to get back the old behavior of following symlinks...

It seems follow:true is effective only for *\* matching. I faced the same empty directory problem as you but my config is a bit different: ``` files: [{ expand: true,...