Hi
I couldn't get Gordon Franke email so Im posting here
Today I tried to use sfMinifyPlugin in symfony 1.1
I managed to get it working but not without problems.
1.
It looks like 'sf_cache' value in symfony configuration does not exist
so to make cache working I had to change line:
if (sfConfig::get('sf_cache'))
to
if (sfConfig::get('sf_config_cache_dir'))
2.
Symfony plugin install task automatically created symlink in my web
dir to sfMinifyPlugin.php but when that file is symlinked - paths
generated in this file are not good.
When I copied that file physically to web dir - all was OK.
It wasn't hard to me to get it working but some less experienced users
could fail so those are my little suggestions to sfMinifyPlugin
btw.
Is there some way to enable sfMinifyPlugin only for production environment ?
--
Best regards
Łukasz Wojciechowski
New Generation Software
+48 602 214 629
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---