Fabio Iotti

Results 5 comments of Fabio Iotti

`cpx "src/**/*.!(ts|less)" dist` ⇒ Everything in *src* except **.ts* and **.less* files. `cpx "src/**/!(banana.txt)" dist` ⇒ Everything in *src* except *banana.txt*. > `!(pattern|pattern|pattern)` Matches anything that does not match any...

Try with `cpx "src/!(test)/**/*.!(test.ts)" dist`, untested.

This question from Stack Overflow contains some workarounds that might be useful to other developers. http://stackoverflow.com/q/32486196/1135019

There might be a mistake with `"debugServer": 8787`, I think it should be `"remotePort": 5005` instead.

Hi there! Yes, I tried to re-implement it with Godot 4 compute shaders, but at the time I couldn't find a way to use the buffer as a texture, so...