[Lift] Re: Liftweb and javascript

2010-02-24 Thread Peter Robinett
I believe you just need to turn off a garbage collection setting in boot.scala but if it's there I assume it's an app-wide setting... Peter On Feb 24, 1:46 pm, Cliff Zhao wrote: > I am new to the Lift framework and currently trying to evaluate it. Canada > Government web sites need to comply wit

Re: [Lift] Re: Liftweb and javascript

2010-02-24 Thread Naftoli Gugenheim
LiftRules.enableLiftGC = false LiftRules.autoIncludeAjax = _ => false - Peter Robinett wrote: I believe you just need to turn off a garbage collection setting in boot.scala but if it's there I assume it's an app-wide setting... Peter On Feb 24, 1:46 pm, Cliff

Re: [Lift] Re: Liftweb and javascript

2010-02-24 Thread Cliff Zhao
Thank you very much. I will try it tomorrow. On Wed, Feb 24, 2010 at 7:00 PM, Naftoli Gugenheim wrote: > LiftRules.enableLiftGC = false > LiftRules.autoIncludeAjax = _ => false > > - > Peter Robinett wrote: > > I believe you just need to turn off a garbage coll

Re: [Lift] Re: Liftweb and javascript

2010-02-25 Thread Cliff Zhao
Super. It removed all generated javascript code. Thank you very much. Best Regards, Cliff Zhao On Wed, Feb 24, 2010 at 7:00 PM, Naftoli Gugenheim wrote: > LiftRules.enableLiftGC = false > LiftRules.autoIncludeAjax = _ => false > > - > Peter Robinett wrote: >