Razor Templates (Have to first create via the backoffice)
I am new to Umbraco so please bear with me if something is out of place.
In earlier versions (when the option was to use only .aspx pages as templates)... I think Umbraco was picking up the templates created on the fly directly on the umbraco file system....(which helped in creating the site layout very quickly using a command line and do some msbuild activities).
But as of version 4.10 I have to go in and create a Razor template first and then I have to create child templates, in the backoffice... and then i execute the msbuild to copy the files over to visual studio.(which becomes quite a task between different environments)
Razor Templates (Have to first create via the backoffice)
I am new to Umbraco so please bear with me if something is out of place.
In earlier versions (when the option was to use only .aspx pages as templates)... I think Umbraco was picking up the templates created on the fly directly on the umbraco file system....(which helped in creating the site layout very quickly using a command line and do some msbuild activities).
But as of version 4.10 I have to go in and create a Razor template first and then I have to create child templates, in the backoffice... and then i execute the msbuild to copy the files over to visual studio.(which becomes quite a task between different environments)
Is there anything that I can do to avoid this
is working on a reply...