Description
Buildr::Compiler::Base#applies_to? uses Dir.glob to scan the source tree for files matching the compiler's extension. This effectively scans all the files under that directory.
Since guess_compiler is called for each defined project (in CompileTask#associate_with), files for all projects are scanned, not just for the project that is about to be built.