Example #1
0
 /**
  * Get path to config file relative to directory, where all config files with different context are located
  *
  * @return string
  */
 public function getRequireJsFileRelativePath()
 {
     return $this->staticContext->getConfigPath() . '/' . self::REQUIRE_JS_FILE_NAME;
 }
Example #2
0
 /**
  * Get path to '.min' files resolver relative to config files directory
  *
  * @return string
  */
 public function getMinResolverRelativePath()
 {
     return $this->staticContext->getConfigPath() . '/' . $this->minification->addMinifiedSign(self::MIN_RESOLVER_FILENAME);
 }