Micah Blu
Micah Blu
Sorry for the late reply on this. Can you please provide me some environment specifics? What os, php version etc.
Not at all, let's go for it
Don't use `flex` use `grid` instead. The issue with `flex` and even floating your elements is that `Element.getBoundingClientRect()` does not provide an accurate `top` value. This is an issue with...
I actually have a detached fork where I implemented the feature: https://github.com/micahblu/grunt-replace-text
I did, but he didn't reply in time and I needed an updated git repo for dev deployments at work
I'll do another pull request, I believe he did eventually reply.
I've submitted a pull request that should do the trick
This will allow wildcard src paths to be fully created in the destination path. I.e given a wildcard matched src path of `src/somedir/index.html` and a dest of `dist/` the saved...