angrykoala / angrykoala/gaucho

Remove unnecessary files from built

未关闭
#402 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
124
派生
37
PR 合并指标
30 天内没有已合并 PR

描述

Gaucho built have some unnecessary files that could be removed to (slightly) reduce built size and overall cleanup:
* app/test folder
* Original source code for both public and main (removing this would required a transpilation/move of main code)
* Pull request template and contributing files
* Unnecessary resources/logos
* Consider bundling vue and front dependencies with parcel (https://parceljs.org/cli.html#target) and remove them from package.json to reduce size (parcell will compress the dependencies)

Steps to see built version:
* npm run pack
* In dist/linux-unpacked/resources --> npx asar extract app.asar unapcked_app

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。