Check if destination file is older than source file in Manager#compileAll
jgonera opened this issue · 0 comments
jgonera commented
For smaller projects compiling everything at the beginning is not an issue, for bigger projects compiling too many files could be avoided by comparing destination and source file modification time. Dependencies should be taken into account too.