> > You have excluded every file, so nothing gets compiled.
So, is there a way to compile just one file, other than with exec?
Just use "include" and don't specify any "exclude" - it will compile only that file and any others on which it depends.
> > You have excluded every file, so nothing gets compiled.
So, is there a way to compile just one file, other than with exec?