bitovi/funcunit

Improve the FuncUnit.com build

开放

#196 创建于 2017年4月6日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (395 个派生)batch import
cleanupdeveloper relationshelp wantedp2website

仓库指标

星标
 (575 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

You can run make to build & deploy the FuncUnit site, but the way it works seems like a hack:

  • The site folder has its own Makefile and package.json, which seems odd
  • At least one file is force-added unnecessarily (that whole script could probably use some attention/verification)
  • Static resources are loaded from different folders, depending on which main section you’re on (i.e. the home page loads resources from site/static, while the Guides page loads from guides/static)

Home page:

Guides page:

贡献者指南