(03.02.2012 22:54), C Anthony Risinger wrote: > On Fri, Feb 3, 2012 at 3:27 PM, Lukasz Mach<[email protected]> wrote: >> (03.02.2012 22:14), C Anthony Risinger wrote: >>> 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) >> I use --no-compile-inplace all the time, and I don't have full rebuild >> each time. Only changed modules. > hmm, maybe my scripts do that manually then. > > either way, `--no-compile-inplace` puts all the libs in one spot so > they are easy to remove if necessary (without a nuclear `git clean > -fdx` blasting away your files)
I think, that --no-compile-inplace should be the default option. When I started my pyjs adventure, first problem was that first I built, something was wrong, then I build with --debug to get more output, but I got nothing, I got total mess instead. I'm pretty sure that every pyjs newbie face the same problem. -- pozdrawiam Ćukasz Mach Pagema (http://www.pagema.net)

