evanpurkhiser / kohana-tasks-media
Kohana tasks to watch and compile media files, uses mionion and media modules
Requires
- php: >=5.2.4
- kohana/core: 3.3.*
- zeelot/kohana-media: 1.3.*@dev
This package is not auto-updated.
Last update: 2020-01-20 08:41:26 UTC
README
Tasks that work with my kohana-media module
- Module Version: 0.0.0
- Module URL: https://github.com/Zeelot/kohana-media
- Compatible Kohana Version(s): 3.2.x
Description
Currently provides media:compile
and media:watch
tasks. media:compile
will gather all the JS and SCSS files in your Cascading Filesystem and compile them into files to serve using the kohana-media module. media:watch
will watch your media files for changes and automatically trigger media:compile
for you.
The module will also allow you to configure additional compilers with a simple config file and interface class.
Requirements
- uglifyjs - required to minify the JS
- compass - required to compile and minify the SCSS files into CSS files
The tasks have only been tested on Ubuntu servers for now and I anticipage issues on Windows systems. Let me know if you test the tasks in any other OS and run into any issues.