php - Is it possible to disable 'minify-cation' with Minify? -
within zf project i'm using minify lib merge , minify js, since it's old project, didn't wrote view helper handle minify , there no way manage zf.
but it's difficult debug online because of obfuscation.
i'd know if it's possible disable compression, obfuscation or whatever, , use minify merge scripts single file.
any ideas ?
look debug mode. if can't add &debug
urls directly, temporarily add $_get['debug'] = '1';
/min/config.php file in development environment.
Comments
Post a Comment