Example #1
0
 /**
  * Returns compiled filename
  * @param  string  $type
  * @return boolean
  */
 public static function getCompiledName($type)
 {
     $compiler = new Assets\Compiler(self::$collections[$type], $type, self::$cache_path);
     return $compiler->getCompiledName();
 }