Esri / esri-wab-build

Package used to build ESRI Web App Builder Apps for production.
Apache License 2.0
17 stars 5 forks source link

Use a promise to let the caller know when the build has completed #59

Closed jacobsdc closed 5 years ago

jacobsdc commented 5 years ago

The promise resolves with path information to provide the location of the output path and the output zip file's path.

This allowed the build to be used in a gulp task in such a way that the output zip can then be copied out to a web server once it's been built.