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