Kohana Makefile
I have just released my sample Kohana Makefile. It has useful recipes for minification, testing, setting permissions and SELinux contexts.
Clone it
Or wget it
It has a recipe for installing Kohana files like index.php
and application/bootstrap.php
It runs PHPUnit
Or minify your resources
It is fully configurable, so if you use a different css minifier, you may edit the file like you need it.
My goal is to provide every Kohana developer with a good Makefile to automate frequent tasks when using the framework. I will eventually propose it in the sample Kohana application.