Show
Ignore:
Timestamp:
03/24/07 15:36:29 (3 years ago)
Author:
eevee
Message:

Turned on compiled template caching, and set all the template directories to ignore compiled templates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/View/TT.pm

    r45 r60  
    1414    TRIM            => 1, 
    1515    CONTEXT         => undef, 
     16    COMPILE_EXT     => 'c',  # .ttc 
    1617    INCLUDE_PATH    => Vee->path_to( 'templates' ), 
    1718    WRAPPER         => 'wrapper.tt',