2.0.0 • Published 4 years ago

hexo-uglify v2.0.0

Weekly downloads
68
License
MIT
Repository
github
Last release
4 years ago

hexo-uglify

Build Status NPM version

Minify JavaScript files.

Installation

$ npm install hexo-uglify --save

Options

uglify:
  mangle: true
  output:
  compress:
  exclude:
    - *.min.js
  • exclude: Exclude files. Use glob expressions for path matching.
  • mangle: Mangle file names.
  • output: Output options.
  • compress: Compress options.

Refer to the docs for more options and details.

2.0.0

4 years ago

1.1.0

4 years ago

1.0.0

5 years ago

0.0.5

6 years ago

0.0.4

7 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago