Skip to content

halkeye/kohana-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Static Controller
=================

Lets you setup static content in your views directories.

application/views/js/main.js
application/views/js/error.js

Then in your view:
=====
echo HTML::script('static/js/main,error.js', NULL, TRUE);

This allows various files to be setup in modules, and then overridden in applications (or other modules)


Module supports minify kohana module.
* http://github.com/zazu/minify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages