I'm trying to fix a bug of Umbraco. I downloaded the source files from GitHub and executed Umbraco.Web.UI project in Visual Studio. But some files such as /Umbraco/lib/js are missing, so the back office page was blank. "Umbraco.Web.UI.Client" has missing files, but binary files are in Umbraco.Web.UI.
What is the best practice to run in Visual Studio?
How can we run Umbraco source in Visual Studio?
I'm trying to fix a bug of Umbraco. I downloaded the source files from GitHub and executed Umbraco.Web.UI project in Visual Studio. But some files such as /Umbraco/lib/js are missing, so the back office page was blank. "Umbraco.Web.UI.Client" has missing files, but binary files are in Umbraco.Web.UI.
What is the best practice to run in Visual Studio?
I solved this. I followed README.md in Umbraco.Web.UI.Client and files were copied to Umbraco.Web.UI.
is working on a reply...