Beispiel #1
0
 public static function callRegisteredShutdown()
 {
     Compiler::complete();
     //krumo(FileFolder::getLatestFile(NULL, NULL, 20));
     //FileFolder::file_put_contents(Compiler::$tmpPath."compile.txt", json_encode(FileFolder::getLatestFile(NULL, NULL, 20)));
     //krumo(json_decode(file_get_contents(dirname(__FILE__)."/compile.txt"), true));
     //FileFolder::folderCopy(Compiler::$unminifiedPath_raw, Compiler::$tmpPath."/last/");
 }