ionic-team / ionic-app-lib

The library used for using ionic apps - consumed by the CLI and the GUI
44 stars 79 forks source link

Use documentRoot as zip name for ionic upload #144

Open marcochavezf opened 7 years ago

marcochavezf commented 7 years ago

Hi, currently I'm using Ionic Deploy to upload snapshots of my app, but I'm using a different folder as documentRoot for my src files ("dist" vs "www"). When I run "ionic upload --env" with "dist" as documentRoot (defined on ionic.config.json) it creates a "dist.zip" file but at the moment to upload the app upload.js is looking for "www.zip" (TEMP_FILENAME).