Facet-MUD-Project/facetjs

Figure out distribution mechanism(s)

开放

#3 创建于 2020年6月1日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (0 个派生)auto 404
design decision neededhelp wantedquestion

仓库指标

星标
 (1 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Currently, the dist/ folder is ignored from git. I'm generally of the opinion that this is a good thing, as that is a build artifact, and those should not go into version control. As pointed out here: https://github.com/Facet-MUD-Project/facetjs/pull/1#discussion_r432656112 we will need to do something more for our distribution.

I'm not really sure what the end goal looks like. Perhaps our end-user distributable is just a zipped up dist/ folder? Do we deliver this to npm? I'm not really sure what the best path is here.

That said, this is far from high priority.

贡献者指南