Closed cancerberoSgx closed 5 years ago
I'm on linux, and this does't work, It's only triggered when new files are created but not when existing files change. tried both with
"watch": { "build": "src/*.ts" },
and with
"watch": { "build": { "patterns": ["src"], "extensions": "ts", "quiet": false, "legacyWatch": true, "runOnChangeOnly": false } },
Note that in the readme with cat you are always replacing the file because you use > and not mofifying it (that would be using >>...
>
>>
I'm on linux, and this does't work, It's only triggered when new files are created but not when existing files change. tried both with
and with
Note that in the readme with cat you are always replacing the file because you use
>
and not mofifying it (that would be using>>
...