https://github.com/halkeye/kohana-static
https://github.com/halkeye/kohana-static
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/halkeye/kohana-static
- Owner: halkeye
- Created: 2010-08-02T23:18:07.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2012-09-09T20:34:40.000Z (over 13 years ago)
- Last Synced: 2025-03-23T22:16:36.731Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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