Add doc comments to the minify file util. [ci skip]

This commit is contained in:
John-David Dalton
2016-04-10 22:36:45 -07:00
parent 4f43841699
commit fd365c27e2
2 changed files with 19 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
'use strict';
/**
* The UglifyJS options object for
* [compress](https://github.com/mishoo/UglifyJS2#compressor-options),
* [mangle](https://github.com/mishoo/UglifyJS2#mangler-options), and
* [output](https://github.com/mishoo/UglifyJS2#beautifier-options) options.
*/
module.exports = {
'compress': {
'pure_getters': true,