Closed paulschwarz closed 10 years ago
The previous implementation assumed that the cache dir is in the default location. With this patch, the mustache cache dir will follow wherever you set the Kohana cache_dir in bootstrap.php using the Kohana::init() method.
Please edit the PR and target it at the correct branch, develop in this case.
develop
See https://github.com/zombor/KOstache/pull/67
The previous implementation assumed that the cache dir is in the default location. With this patch, the mustache cache dir will follow wherever you set the Kohana cache_dir in bootstrap.php using the Kohana::init() method.