mrclay/elgg-http-combiner

通过合并文件和AMD模块减少HTTP请求

1.0.1 2016-10-04 00:01 UTC

This package is auto-updated.

Last update: 2024-09-07 04:56:41 UTC


README

此插件通过合并文件和AMD模块到elgg.js/elgg.css来减少初始页面加载时的HTTP请求。

  • 将6个外部脚本合并到elgg.js
  • 将2个CSS文件合并到elgg.css
  • 将您选择的AMD模块合并到elgg.js(默认建议6个)
  • 也可以合并网站默认语言模块
  • 允许注销特定网站图标

安装

cd path/to/elgg/mod
git clone git@github.com:mrclay/Elgg-mrclay_combiner.git mrclay_combiner