You are here

protected static property Minifier::$defaultOptions in Advanced CSS/JS Aggregation 8.4

Same name and namespace in other branches
  1. 8.2 advagg_js_minify/jshrink.inc \JShrink\Minifier::defaultOptions
  2. 8.3 advagg_js_minify/jshrink.inc \JShrink\Minifier::defaultOptions
  3. 7.2 advagg_js_compress/jshrink.inc \JShrink\Minifier::defaultOptions

Contains the default options for minification. This array is merged with the one passed in by the user to create the request specific set of options (stored in the $options attribute).

Type: array

File

advagg_js_minify/jshrink.inc, line 126

Class

Minifier
Minifier

Namespace

JShrink

Code

protected static $defaultOptions = array(
  'flaggedComments' => true,
);