public interface JavascriptMinificationService
YUIJavascriptMinificationServiceImpl
,
GoogleClosureJavascriptMinificationServiceImpl
Modifier and Type | Method and Description |
---|---|
void |
minifyJs(String filename,
Reader reader,
Writer writer)
Minifies the file in "reader" and writes the minified version to "writer"
|
void minifyJs(String filename, Reader reader, Writer writer) throws ResourceMinificationException
filename
- Name of the file to be minifiedreader
- The original filewriter
- The writer that the minified version of the file in "reader" will be written toResourceMinificationException
- Failure to successfully minify the bytes in "reader"Copyright © 2022. All rights reserved.