I have a problem to get it working with the example: add.hello.command.
I have done below steps:
- Deployed a OScript module "greetings" with csui extension enabled and fModulePrefix = 'greet'
- Created a new project with 'yo csui-extension' with default names
- Copied the folders and contents of commands/add.hello from sdk into the project src folder
- Updated greet-extensions.json and bundles/greet-all.js to include "greet/commands/add.hello/add.hello.command"
- Run Grunt to build the project
- Copied the contents of output-debug to support\greetings\ folder
- Restarted the service
Now, when I launch smart view, I found below error in console:
GET http://localhost/img/greetings/commands/add.hello/add.hello.command.js error 404 (not found)
Please help to check what I have missed? Thanks. I am using generator-csui-extension-22.4.