Example #1
0
 /**
  * Returns path to file with merged JS scripts
  * @param bool $mode If true returns  path with webRoot config param( by default webRoot: $this->app["request"]->server->get("CONTEXT_DOCUMENT_ROOT")
  * @return type
  */
 private function getMergedJsFilePath($mode = false)
 {
     return $this->config->getMergedJsRootDir($mode) . $this->config->getJsFilesHash() . "/" . $this->config->getMergedJsFileName();
 }