Browse Source

Add asset compression software.

pull/159/head
Jamie 11 years ago
parent
commit
0d97f0e8b9
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      README.md

+ 9
- 0
README.md View File

51
 	- [PHP Installation](#php-installation)
51
 	- [PHP Installation](#php-installation)
52
 	- [Development Environment](#development-environment)
52
 	- [Development Environment](#development-environment)
53
 	- [Virtual Machines](#virtual-machines)
53
 	- [Virtual Machines](#virtual-machines)
54
+	- [Asset Compression](#asset-compression)
54
 	- [Web Applications](#web-applications)
55
 	- [Web Applications](#web-applications)
55
 - [Resources](#resources)
56
 - [Resources](#resources)
56
 	- [PHP Websites](#php-websites)
57
 	- [PHP Websites](#php-websites)
600
 
601
 
601
 * [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
602
 * [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
602
 
603
 
604
+## Asset Compression
605
+*Softare to help compress static website assets.*
606
+
607
+* [Codekit](https://incident57.com/codekit/) - A tool for managing, compressing and minifying assets.
608
+* [Koala](http://koala-app.com/) - Another tool for compressing and minifying assets.
609
+* [ImageOptim](http://imageoptim.com/) - An image compression tool.
610
+* [PNGQuant](http://pngquant.org) - A lossy PNG compression tool.
611
+
603
 ## Web Applications
612
 ## Web Applications
604
 *Web-based applications and tools.*
613
 *Web-based applications and tools.*
605
 
614
 

Loading…
Cancel
Save