How to build the Angular part of the source code - umbraco 12
I am using the source code of v12 umbraco and need to make a change to one of the angular controllers.
I am able to build the c# code and propogate changes to that part of the site.
I would like to make a small change to one of the angular controllers but do not know how to build and deploy changes made to this portion of the site.
Does anyone know exact steps to regenerate the angular/js and have updated changes to effect in the site?
How to build the Angular part of the source code - umbraco 12
I am using the source code of v12 umbraco and need to make a change to one of the angular controllers.
I am able to build the c# code and propogate changes to that part of the site.
I would like to make a small change to one of the angular controllers but do not know how to build and deploy changes made to this portion of the site.
Does anyone know exact steps to regenerate the angular/js and have updated changes to effect in the site?
There are probably better ways than modifying the source code. What are you trying to achieve?
I need embedded links to have the actual file path location not this:
"{localLink:umb://media/f4f54253a92f494db28e52619ad1c843}"
That correct path data is on the select link page and gets replaced by the system. I can see its a property of the model for the page controller.
I know why Umbraco does this and I do not use their front end.
So if you know the build command and steps to build the front end it would be appreciated.
is working on a reply...