Hello
you did not write which WebIQ version you are using.
Since 2.14 there is a new description for widget creation, because some stuff changed, compared to older versions. This description is also valid for 2.13 (maybe for 2.12, too)
So for your understanding, some point to understand the background:
nodeJS and grunt are only tools which supports you to create a widget package
Theoretically you can do everything manually, what is done by the implemented grunt commands
The widget .code is NOT a WebIQ project
You need a WebIQ project to test your widget
To edit a WebIQ project it must be checked out into the workspace
Keep in mind, that when you use a ctrlX Designer License, the publish folder is on the ctrlX not on the PC as you listed above.
I'm currently working on a extended documentation for the widget creation. I also extended the grunt tool that you can include multiple widgets in one package.
... View more