bitovi/funcunit

Improve the FuncUnit.com build

Open

#196 geöffnet am 6. Apr. 2017

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (395 Forks)batch import
cleanupdeveloper relationshelp wantedp2website

Repository-Metriken

Stars
 (575 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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:

Contributor Guide