On Fri, Feb 3, 2012 at 2:38 PM, Rob Peters <[email protected]> wrote: > > Okay, I tried these suggestions, and here are the results...
try cleaning the git directory (`git status` should show nothing at all) and using the `--no-compile-inplace` switch ... there is a stupid issue where cache files get reused even when build opts change, and there is no simple way to remove them without accidentally deleting necessary JS files. i would recommend using `--no-compile-inplace` indefinitely until noted otherwise. this will force a full rebuild each time (a whopping 10 seconds at most on my laptop) -- C Anthony

