c9845
c9845
Huh.... I build the binary and have used it on Windows and Ubuntu and can `CTRL + C` to exit without any issues on both systems. Looks like the checks...
I ran the tests on Ubuntu via the same commands as the Action and it completed successfully. I do not get the same "ERROR" lines as noted in the builder....
Ubuntu 18.04 LTS Go 1.18.4
Note, this was with v2.12.1. With v2.3.6, this issue does not occur.
Confirmed on Windows and macOS. Not sure what the "copy 'x' to 'y'" line is about yet.
The issue seems to be caused by a `task` being created, and sent, for a file that should *not* be watched for changes. - A `Task` is being created for...
In regards to the double output logging. It looks like minify is noticing the change to the source file, `script.js`, and minifying it to `script.min.js` (as expected). minify is then...
Looked into this a bit further. It is not just JS (or TS) related, this also affects CSS. I imagine that means it effects all file types. If I have...
Your recent changes do not resolve the issue. I continue to see the "copy 'x' to 'y'" logging output and the file being changed is copied to the minify output...