Interface JavascriptMinificationService
- All Known Implementing Classes:
GoogleClosureJavascriptMinificationServiceImpl
public interface JavascriptMinificationService
Service that's used to minify Javascript
- Author:
- Jay Aisenbrey (cja769)
- See Also:
-
YUIJavascriptMinificationServiceImpl
GoogleClosureJavascriptMinificationServiceImpl
-
Method Summary
-
Method Details
-
minifyJs
Minifies the file in "reader" and writes the minified version to "writer"- Parameters:
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 to- Throws:
ResourceMinificationException
- Failure to successfully minify the bytes in "reader"
-