Example #1
0
 private static function _getBaseDir()
 {
     if (static::$_type === 'js') {
         return Config::getJavascriptsPath() . DIRECTORY_SEPARATOR;
     }
     return Config::getStylesheetsPath() . DIRECTORY_SEPARATOR;
 }