grunt-uncss
grunt-uncss copied to clipboard
Fix timing issues with file processing with multiple file sources
Issue https://github.com/uncss/grunt-uncss/issues/227
I have added a fileInProcess counter which is incremented before calling uncss and decremented on callback called.
On this flag turns to zero, I am calling the done() callback, as opposed to current code which is calling done on first file processed.
Same as my 2 points in https://github.com/uncss/grunt-uncss/pull/228#issuecomment-706875756
You are creating a lot of noise. Just clone the repo and make sure your branch is green locally before pushing anything... Also, do not make unrelated changes.
Same as my 2 points in #228 (comment)
You are creating a lot of noise. Just clone the repo and make sure your branch is green locally before pushing anything... Also, do not make unrelated changes.
Sorry, about that. I didn't have lint setup in the forked repository, I have fixed the issues now.