Web AppBuilder and Git

573
0
05-16-2019 02:19 AM
deleted-user-MB6T4IZf4ugq
New Contributor

What's the best practice for running WAB dev ed with Git for development purposes? I am running an app on localhost and am encountering odd issues with my Git repo being deleted. 

Git repo is tracking changes in `.\arcgis-web-appbuilder-2.10\WebAppBuilderForArcGIS\server\apps\23\widgets` 

Log
.............Repository items refreshed..............
express deprecated req.param(name): Use req.params, req.body, or req.query instead server.js:335:23
express deprecated req.param(name): Use req.params, req.body, or req.query instead server.js:349:14
[2019-05-16T17:33:57.142] [INFO] default - redirect /webappbuilder/stemapp/index.html?id=23 to /webappbuilder/apps/23
[2019-05-16T17:34:42.546] [INFO] app - remove widget .git from app 23
[2019-05-16T17:34:42.548] [INFO] app - remove widget .gitignore from app 23
[2019-05-16T17:34:42.562] [INFO] app - remove widget README.md from app 23

*edit

It appears that this happens when I enter the "Configure App" mode, make some changes, and hit save. I am guessing WAB writes the new settings to the config file and "updates" the widget folder? 

0 Replies