Skip to content

matthidinger/hexo-uglify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-uglify

Build Status

Minify JavaScript files with UglifyJS.

Installation

$ npm install hexo-uglify --save

Options

uglify:
  mangle: true
  output:
  compress:
  exclude: 
    - *.min.js
  • mangle: Mangle file names
  • output: Output options
  • compress: Compress options
  • exclude: Exclude files

About

Minify JavaScript files with UglifyJS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%