Git Product home page Git Product logo

Comments (2)

 avatar commented on August 29, 2024 1

Hi!

I'd like to bump this question up: since upgrade to meteor 1.3 (that uses a lot of npm modules now) my packaged app has grown to almost 400 mb (comparing to 200 on meteor 1.2). File count is up to 27,000 (twenty sevent bloody thousands) comparing to ~7000 on meteor 1.2, some of them exceed windows file path limit.
Well, it's kind a frustrating now to wait for 20 minutes (twenty!) to package app.
How can I reduce file count?
Possible solutions:

  • package parts of my app (at least node_modules I think) to asar archives
  • delete debugging information (*.map, css-parts, sass, etc)
  • delete npm_modules build information (I believe some node packages come disassebled and being compiled in meteor build stage)
  • prebuild electron part of app and replace only meteor part of application during build

PS: from electron-packager readme:

Be careful not to include node_modules you don't want into your final app. electron-packager, electron-prebuilt and .git will be ignored by default. You can use --ignore to ignore files and folders via a regular expression. For example, --ignore=node_modules/package-to-ignore or --ignore="node_modules/(some-package[0-9]*|dev-dependency)".

from electrify.

arboleya avatar arboleya commented on August 29, 2024
  • Yes, an empty Electron app, alone, have around 100MB. Which sounds like a lot for me, I don't know if there's a way of cutting this size down. Do you know something?
  • As for the Electrify role in this, well it includes the binaries for NodeJS & MongoDB for running the Meteor app locally, so you can expect some extra 50mb ~ 70mb (depends on the platform).
  • All the rest is pure code, resolved dependencies, assets and database.

My compiled todo-list app have around 30MB of code/dependencies and 60MB for the binaries -- 198MB in total.

The approach discussed in #24 would possibly remove around 100MB from the final build, since there will be no binaries or endless dependencies.

from electrify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.