Package | Description |
---|---|
org.broadleafcommerce.common.resource.service |
Modifier and Type | Class and Description |
---|---|
class |
GoogleClosureJavascriptMinificationServiceImpl
Javascript minification service implemented using the Google Closure Compiler
This will be used for minification if the Google Closure Compiler dependency is included in the project
This library also supports extra aggressive minification, transpiling, code optimizing, and bundleing
minify.closure.compiler.languageIn - Sets ECMAScript version to use for the input.
Options: ECMASCRIPT3, ECMASCRIPT5, ECMASCRIPT5_STRICT, ECMASCRIPT6_TYPED (experimental), ECMASCRIPT_2015, ECMASCRIPT_2016, ECMASCRIPT_2017, ECMASCRIPT_NEXT Default: ECMASCRIPT5 minify.closure.compiler.languageOut - Sets ECMAScript version to use for the output. Options: ECMASCRIPT3, ECMASCRIPT5, ECMASCRIPT5_STRICT, ECMASCRIPT6_TYPED (experimental), ECMASCRIPT_2015, ECMASCRIPT_2016, ECMASCRIPT_2017, ECMASCRIPT_NEXT, NO_TRANSPILE Default: NO_TRANSPILE minify.closure.compiler.warningLevel - Warnings level. |
Modifier and Type | Field and Description |
---|---|
protected JavascriptMinificationService |
ResourceMinificationServiceImpl.jsMinificationService |
Copyright © 2022. All rights reserved.