launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #06699
Re: launchpad.js development
gmb noticed that there was a ton of stuff being spewed out in his
console log in development, because it now uses the debug builds of
YUI by default.
If this isn't what you want - and I suspect this may not be the best
default - you can work around it for now with:
make clean_js
make JS_BUILD=raw jsbuild_lazr
make JS_BUILD= -W jsbuild_lazr jsbuild
I'll get a better fix for this landed later.
Gavin.
References