Note filters that have no external dependencies
This commit is contained in:
		| @@ -135,11 +135,12 @@ Backend settings | ||||
|     - ``compressor.filters.cssmin.CSSMinFilter`` | ||||
|  | ||||
|       A filter that uses Zachary Voase's Python port of the YUI CSS compression | ||||
|       algorithm cssmin_. | ||||
|       algorithm cssmin_ (included, no external dependencies). | ||||
|  | ||||
|     - ``compressor.filters.cssmin.rCSSMinFilter`` | ||||
|  | ||||
|       A filter that uses the cssmin implementation rCSSmin_ to compress CSS. | ||||
|       A filter that uses the cssmin implementation rCSSmin_ to compress CSS | ||||
|       (included, no external dependencies). | ||||
|  | ||||
|     - ``compressor.filters.cleancss.CleanCSSFilter`` | ||||
|  | ||||
| @@ -183,7 +184,7 @@ Backend settings | ||||
|     - ``compressor.filters.jsmin.JSMinFilter`` | ||||
|  | ||||
|       A filter that uses the jsmin implementation rJSmin_ to compress | ||||
|       JavaScript code. | ||||
|       JavaScript code (included, no external dependencies). | ||||
|  | ||||
|     .. _slimit_filter: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ville Skyttä
					Ville Skyttä