Skip to content

markschoate/media_compressor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build system for JavaScript and CSS files.

The Media Compressor is driven from a single configuration file (media.yml)
which is used to define homogeneous groups of JavaScript and CSS files.

Each group is then exported as a single file.

It uses JSLint to check the JavaScript for errors and YUI Compressor to
compress both types of files.

Typical use case is to edit media.yml and then run:

    java -jar mediacompressor-app-1.0.jar media.yml

This will write the compressed media files into the output directory
specified in media.yml.

About

Build system for JavaScript and CSS files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published