[Jifty-commit] r1206 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jun 8 01:47:58 EDT 2006


Author: trs
Date: Thu Jun  8 01:47:57 2006
New Revision: 1206

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web.pm

Log:
 r12770 at zot:  tom | 2006-06-07 18:15:37 -0400
 Always regenerate when in DevelMode


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Thu Jun  8 01:47:57 2006
@@ -999,7 +999,9 @@
 sub generate_css {
     my $self = shift;
     
-    if (not $self->cached_css_digest) {
+    if (not $self->cached_css_digest
+            or Jifty->config->framework('DevelMode'))
+    {
         $self->cached_css(
             CSS::Squish->concatenate(
                 Jifty->config->framework('Web')->{'StaticRoot'}


More information about the Jifty-commit mailing list