chenzhutian / hexo-all-minifier

A plugin for Hexo that optimizes HTML, CSS, JS and imagages, and it can optionally deploys your blog.
MIT License
279 stars 30 forks source link

How to concat JS files #17

Closed macphersonj closed 6 years ago

macphersonj commented 7 years ago

Is it possible to concatenate JS into one file?

ghost commented 7 years ago

I agree that the support to concat js and css files should be added optionally.

stephencroberts commented 6 years ago

@chenzhutian Would you be interested in a PR for this feature? I'm interested in concatenating JS and CSS as well and haven't found anything for hexo yet. This could be a good home for that feature.

chenzhutian commented 6 years ago

Yep I also want this feature while keeping the plugin light weight. But I'm currently a little bit busy to do this work. I plan to implement this feature in Oct. PRs are welcomed.

chenzhutian commented 6 years ago

@macphersonj @alen12345 @stephencroberts I have implemented a new feature to concat the Js scripts. Please have a try the latest version v0.4.0. The Js_concator is default to disable. You have to enable it manually.

chenzhutian commented 6 years ago

Close for inactivate