public interface ResourceMinificationService
| Modifier and Type | Method and Description |
|---|---|
byte[] |
minify(String filename,
byte[] bytes)
Given the source byte[], will return a byte[] that represents the YUI-compressor minified version
of the byte[].
|
byte[] minify(String filename, byte[] bytes)
filename - bytes - Copyright © 2017. All Rights Reserved.