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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jul 4 18:29:21 EDT 2006


Author: trs
Date: Tue Jul  4 18:29:21 2006
New Revision: 1479

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

Log:
 r13936 at zot:  tom | 2006-07-04 18:28:11 -0400
 We need to make sure $app is absolute


Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Tue Jul  4 18:29:21 2006
@@ -911,7 +911,7 @@
                     );
         }
 
-        CSS::Squish->roots( $app, $jifty );
+        CSS::Squish->roots( Jifty::Util->absolute_path( $app ), $jifty );
         
         my $css = CSS::Squish->concatenate( $file );
 


More information about the Jifty-commit mailing list