[Lift] Re: Newbie question: Templates cached?

2009-06-02 Thread Jesse Eichar
You are exactly right. It does build a war and deploy it. Thanks David On Jun 2, 5:17 am, David Pollak feeder.of.the.be...@gmail.com wrote: If you're running from SBT, it's likely that SBT builds a WAR file and runs it (I'm just guessing here.)  When you do an mvn jetty:run, you can change

[Lift] Re: Newbie question: Templates cached?

2009-06-01 Thread David Pollak
Templates are cached when running in production mode. Templates should not be cached in development (default) mode. What version of Lift are you using? On Mon, Jun 1, 2009 at 8:01 AM, Jesse Eichar jesse.eic...@camptocamp.comwrote: Hi, To my surprise when I changed the css in the

[Lift] Re: Newbie question: Templates cached?

2009-06-01 Thread David Pollak
If you're running from SBT, it's likely that SBT builds a WAR file and runs it (I'm just guessing here.) When you do an mvn jetty:run, you can change the templates, hit reload and all works just fine. On Mon, Jun 1, 2009 at 11:08 AM, Jesse Eichar jesse.eic...@camptocamp.comwrote: I am using