Skip to content

Releases: imweb/fis3-deploy-offpack

0.4.4 -- 支持离线包zip文件单独存放到某个文件夹

Choose a tag to compare

@haledeng haledeng released this 01 Dec 07:03
  1. 支持将离线包zip文件单独copy到某个目录,方便离线包的发布。

stable -- 支持JB自动发布离线包

Choose a tag to compare

@haledeng haledeng released this 25 Nov 11:48
  1. 支持把zip文件copy到单独的目录

stable -- 打包的http路径根据fis-conf中配置的domain

Choose a tag to compare

@haledeng haledeng released this 26 Oct 08:13
  1. 去掉httpPrefix参数,打包的http路径根据fis-conf中配置的domain

stable -- 自定义打包规则

Choose a tag to compare

@haledeng haledeng released this 20 Oct 08:25
  1. 完全自定义打包规则,插件不做其他额外的文件过滤

stable -- 加入ignore支持和version信息

Choose a tag to compare

@haledeng haledeng released this 14 Oct 12:10
  1. 支持ignore glob正则,某些文件不打包
  2. 在html中加入window.isPack = true;window.version = xxx;便于上报区分是离线包还是非离线包

stable -- 处理js打包,将require打包后的pkg打入离线包

Choose a tag to compare

@haledeng haledeng released this 12 Oct 07:49
  1. require打包后,生成pkg文件夹,将pkg文件夹中的所有打包后的js文件打入离线包
  2. html打包配置,实际应该只打包业务页面,其他inline到页面的html不打包。

stable -- 基础可用版

Choose a tag to compare

@haledeng haledeng released this 12 Oct 06:34
  1. 项目根目录下的html全量打包(业务逻辑html)
  2. css根据html分析,按需打包
  3. js暂时全量打包,依赖打包插件生成pkg文件夹,然后全量打包pkg文件夹
  4. image根据 css、js、html引用的图片文件,按需打包