contributions/jcssmanager/install/check_postconditions.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * Compress fiels on each update 00004 */ 00005 function jcssmanager_check_postconditions() { 00006 return JCSSManager::collect_and_compress(); 00007 }