Hello All,
I am new to custom widget development. I successfully followed the tutorial here:
Create a custom in-panel widget—ArcGIS Web AppBuilder (Developer Edition) | ArcGIS for Developers
The demo custom widget deployed successfully and I was able to add it to my map. I then tried to add more code to the Widget.js file, but none of the changes were reflected. I made the changes with the AppBuilder server off. Then I started AppBuilder, removed the widget from my map and then added it again. None of the new code I added executed.
I found a similar question here and the answer was to go into the server\apps\<app number>\widgets folder and edit the code directly in there. After altering the code there I was able to see my changes. Is that the normal workflow, or is there another way?