evanpurkhiser/kohana-tasks-media

This package is abandoned and no longer maintained. No replacement package was suggested.

Kohana tasks to watch and compile media files, uses mionion and media modules

dev-3.3/master / 3.3.x-dev 2014-04-26 22:58 UTC

This package is not auto-updated.

Last update: 2020-01-20 08:41:26 UTC


README

Tasks that work with my kohana-media module

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.