Hi Community,
When creating a portal, what's the best way to store to store your JavaScript, HTML, CSS files?
Should I export the configurations via pipeline, replace the code when creating the configuration zip file and import this zip file into the next environment?
When doing this the code in DevOps might not be the latest version.
Also how can I link the code back to the correct record / portal object?
Regards,
Justine
What I do is actually creating a simple/generic project in Visual Studio with my Portal data/code.
Every change I make, I first change in Visual Studio and copy/paste to CDS.
as part of Pipelines CI/CD, I would recommend once exporting Portal Data, to keep in the source control (or in the pipelines) as a rollback procedure but not really to control the code