Kohana Modules – A strategy for including assets (.js, .css, images, etc.)
You’re writing a module that also has some necessary CSS or JS or images (or whatever) external media assets. How do you include them? Here’s a strategy that lets you package a module with default CSS/JS/images, but still lets you … Continued