Exemplo n.º 1
0
 public static function getCombinedJSMinFile($combinedFile, $sourceFiles)
 {
     self::combineFiles($combinedFile, parent::$jsPath, $sourceFiles);
     return parent::getJSFile($combinedFile);
 }
Exemplo n.º 2
0
 public static function getJSFile($file)
 {
     return res42::getJSFile($file);
 }