From 0d97f0e8b920bbe3f3945167843b3d83803bb178 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 11 Jul 2014 18:30:23 -0600 Subject: [PATCH] Add asset compression software. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 51fa355..9d850f0 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. - [PHP Installation](#php-installation) - [Development Environment](#development-environment) - [Virtual Machines](#virtual-machines) + - [Asset Compression](#asset-compression) - [Web Applications](#web-applications) - [Resources](#resources) - [PHP Websites](#php-websites) @@ -600,6 +601,14 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook. +## Asset Compression +*Softare to help compress static website assets.* + +* [Codekit](https://incident57.com/codekit/) - A tool for managing, compressing and minifying assets. +* [Koala](http://koala-app.com/) - Another tool for compressing and minifying assets. +* [ImageOptim](http://imageoptim.com/) - An image compression tool. +* [PNGQuant](http://pngquant.org) - A lossy PNG compression tool. + ## Web Applications *Web-based applications and tools.*