Example #1
0
 /**
  * Returns path to file with merged CSS 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 getMergedCssFilePath($mode = false)
 {
     return $this->config->getMergedCssRootDir($mode) . $this->config->getCssFilesHash() . "/" . $this->config->getMergedCssFileName();
 }