Hi,
I'm trying to deploy the rename command example that comes with the CSUI SDK. I previously got it to work outside of the grunt build task, where I would copy the src directory of my project and all its associated components straight to my OTHome\support\module name dir. For that to work, I did have to change all my instances of define to csui.define in order that they work.
What I am trying to do is deploy the "OpenText" way, where I use the grunt task to build my minified and fully linted code and then deploy the contents of out-release or even out-debug to my OTHome\support\module directory.
I'm hitting an issue where in my copy of rename, even thought I've changed everything and grunt doesn't complain particularly (although I don't have the tests working as I haven't figured out how to give them the right stuff to connect to Content Server from the test script). I get this one error when the page loads:
How do I get the files, for the rename example, rename.header.menuitem.js and rename.nodestable.toolbaritem.js to be included in the release build? the rename.command.js file is. Is there a manifest file missing from the rename commands example?
This is for CS 20.2.
-Hugh