Add asset compression software.

This commit is contained in:
Jamie 2014-07-11 18:30:23 -06:00
parent 8d0dc165a7
commit 0d97f0e8b9
1 changed files with 9 additions and 0 deletions

View File

@ -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.*