Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary files from built #402

Open
angrykoala opened this issue Jan 22, 2021 · 0 comments
Open

Remove unnecessary files from built #402

angrykoala opened this issue Jan 22, 2021 · 0 comments
Milestone

Comments

@angrykoala
Copy link
Owner

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
@angrykoala angrykoala changed the title Remove files from built Remove unnecessary files from built Jan 22, 2021
@angrykoala angrykoala added this to the 1.2 milestone Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant