return $this->
getCacheDirectory() . DIRECTORY_SEPARATOR . 'css.source.map';
} /**
* Returns the shop url to the generated compiler source map.
*
* @return string
*/
public function getSourceMapUrl(Shop\Shop
$shop) { return $this->
formatPathToUrl($this->
getSourceMapPath(),
$shop);
} /**
* Helper function which builds the directory path to the passed
* css file.
* This function is used for the less smarty function.
* The smarty function checks if this file is
* already exists, if this isn't the case, the smarty
* function starts the theme compiler operations.
*
* @param string $timestamp
*
* @return string
*/