laperla / codeigniter-Blade

A port of Laravel's blade template system for CodeIgniter
54 stars 32 forks source link

cache problem ! #6

Open smemamian opened 8 years ago

smemamian commented 8 years ago

this library use a lot of cache of user !

Hretic commented 8 years ago

remove these lines


  if (ENVIRONMENT == 'production')
            {
                return $compiled;
            }