Kohana Makefile
I have just released my sample Kohana Makefile. It has useful recipes for minification, testing, setting permissions and SELinux contexts.
Clone it
git clone https://gist.github.com/4a162dd185ac0e4f781e.gitOr wget it
wget https://gist.githubusercontent.com/arteymix/4a162dd185ac0e4f781e/raw/5f744b0e157a03e330e2512af852005c8c51d594/MakefileIt has a recipe for installing Kohana files like index.php and application/bootstrap.php
make installIt runs PHPUnit
make testOr minify your resources
make minifyIt 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.