Merge pull request #146 from ashwoods/develop
added java -jar to YUI filter: works with yui-2.4.6
This commit is contained in:
		| @@ -3,7 +3,7 @@ from compressor.filters import CompilerFilter | |||||||
|  |  | ||||||
|  |  | ||||||
| class YUICompressorFilter(CompilerFilter): | class YUICompressorFilter(CompilerFilter): | ||||||
|     command = "{binary} {args}" |     command = "java -jar {binary} {args}" | ||||||
|  |  | ||||||
|     def __init__(self, *args, **kwargs): |     def __init__(self, *args, **kwargs): | ||||||
|         super(YUICompressorFilter, self).__init__(*args, **kwargs) |         super(YUICompressorFilter, self).__init__(*args, **kwargs) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jannis Leidel
					Jannis Leidel