electron-webapps / meteor-electron

Meteor Electron, the easiest way to create a desktop Meteor application
MIT License
325 stars 48 forks source link

Share app dir between builds #35

Open rissem opened 8 years ago

rissem commented 8 years ago

Right now the app is built separately for each platform. Not a huge deal, but sharing more of the build process could save a lot of time for apps with an expensive npm install step.