Skip to content

An (Deprecated) Hexo 2.0 plugin to generate static site with minified CSS and JS resources

License

Notifications You must be signed in to change notification settings

flerro/hexo-generator-minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

Please use hexo-html-minifier and hexo-clean-css instead.


hexo-generator-minify

A plugin for Hexo to generate static site with minified CSS and Javascript resources.

The plugin process file with the .css or .js extension, files containing the .min or .pack suffix in their name will be ignored.

Usage

Install

npm install hexo-generator-minify --save

Update

npm update

Uninstall

npm uninstall hexo-generator-minify

Usage

hexo gm

Options: --cssSafe: Skip dangerous transformations while minimizing CSS

More info

The hexo-generator-minify plugin borrows a lot from hexo-minifer by ChrisYip. Explore other Hexo plugins.

About

An (Deprecated) Hexo 2.0 plugin to generate static site with minified CSS and JS resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages