Example of using the Dojo Build with an ArcGIS Web App Builder Application.
There is now an npm module that will do this for you: https://github.com/gbochenek/esri-wab-build
Adapted from build scripts provided by @qlqllu at https://geonet.esri.com/docs/DOC-3795
- Ensure npm, Node.js, and Java are installed.
- Open a command prompt to the root directory.
- npm install esri-wab-build -g
- esri-wab-build
The completed build will be located in buildOutput/app and can be hosted in the same way as any freshly downloaded Web App Builder Application.
- Download a Web App Builder application
- Follow the sample build run steps.