Closed schwern closed 10 years ago
mite compile does not honor the compiled_to config. This is because Mite::Project->write_mites can't be passed an argument.
mite compile
compiled_to
Mite::Project->write_mites
On second thought, if you compile to a different directory I don't know how Mite.pm will find it! Let's shelve this concept until it's actually needed for a requested feature.
mite compile
does not honor thecompiled_to
config. This is becauseMite::Project->write_mites
can't be passed an argument.