Option search/replace - ignore compilation errors
When doing a global search/replace Jade will nicely abort the operation if it sees any method as uncompiled.
In my current situation I am refactoring quite a few methods and will need a few search/replaces before they get compiled. Unfortunately I have to extract the source and do a search/replace in a text editor.
Can we have an option to not abort the operation when there are uncompiled errors?