Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.01 KB

Media Tasks

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.