Tag Archives: module

Announcing Modular

Modular is my new Kohana module designed to help you manage your other modules! Version 1.0 allows you to track installed and loaded modules and load/unload them with a single click. The list of loaded modules is stored in the … Continue reading

Posted in code | Tagged , , , , | Leave a comment

Kohana Minify Update 1.5 Beta

Just a short note to mention a new beta release of v1.5 of the Kohana Minify module. This new release has the following mix of changes: BUGFIX: Support for dots in file names (e.g. jquery-1.4.2.js) FEATURE: Supports groups of files … Continue reading

Posted in kohana | Tagged , , , , , | Leave a comment

New Kohana Module: Minify

Introducting Minify. It’s just a simple wrapper around jsmin and cssmin to turn it into a Kohana Library. The library handles the minification, setting the correct headers and Gzipping the output for smaller files (based on the rules set out … Continue reading

Posted in kohana | Tagged , , , , | 14 Comments