bitovi/funcunit

Improve the FuncUnit.com build

オープン

#196 opened on 2017/04/06

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (395 件のフォーク)batch import
cleanupdeveloper relationshelp wantedp2website

Repository metrics

Stars
 (575 個のスター)
PR merge metrics
 (30d に merged 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:

コントリビューターガイド