zombor / KOstache

Logic-less View/Mustache Module for Kohana v3
MIT License
138 stars 43 forks source link

Uses the proper Kohana cache directory #66

Closed paulschwarz closed 10 years ago

paulschwarz commented 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.

shadowhand commented 10 years ago

Please edit the PR and target it at the correct branch, develop in this case.

paulschwarz commented 10 years ago

See https://github.com/zombor/KOstache/pull/67