how to compress and minify assets using jekyll plugins

后端 未结 6 1685
滥情空心
滥情空心 2020-12-31 04:57

I have a simple test jekyll app like so:

index.html is:



        
6条回答
  •  轮回少年
    2020-12-31 05:22

    For JS and CSS you can use the Jekyll Asset Bundler It uses the yui-compressor or closure-compiler gems.

提交回复
热议问题