My AIR project has a bunch of large helper files that are packaged with it. These helper files are included in the src folder, and hence cause my compile times to be real long when I'm just in dev mode since they keep getting deleted and copied over again to bin-debug (how and when Flash Builder decides to do this is mysterious to me).
Any quick tips on strategies to speed up the compile time in this circumstance? I started investigating using ANT, but I've read mixed reports about whether this can really speed up compile times or not.
Thanks
Daniel