oldteacher
Active member
When making the simplest change, one must compile the ENTIRE project and this is big waste of time.
For instance: I make a typo mistake in a single HTML file and correct the typo. When saving and recompiling, EXEOut looks/scans every file instead of just taking the file corrected.
This is very time consuming on a project with lots of html, php, js, css and images. Why not just recompile and add the last change made? Since EXEOut is mart enough to see I changed a file, surely this could be accomplished
For instance: I make a typo mistake in a single HTML file and correct the typo. When saving and recompiling, EXEOut looks/scans every file instead of just taking the file corrected.
This is very time consuming on a project with lots of html, php, js, css and images. Why not just recompile and add the last change made? Since EXEOut is mart enough to see I changed a file, surely this could be accomplished