Hi,
We are trying to use a spa project template that Kendo put up on the Visual Studio Gallery https://visualstudiogallery.msdn.microsoft.com/924c3074-ceab-4be4-87e1-e9e4fd4b6d61 , The problem we are having is when building the requirejs app with the optimizer r.js, the app runs and no errors but the templates are not rendering, I can see that the templates have been included in the built file. The app and templates render no problem when not using the optimizer.
I have attached a project with the problem,
Templates not rendering when using built file
<script src="@Url.Content("~/Scripts/require.js")" data-main="@Url.Content("~/App/main-built")"></script>
Templates rendering with non built file
<script src="@Url.Content("~/Scripts/require.js")" data-main="@Url.Content("~/App/main")"></script>
Can anyone shed some light on this please?
Thanks
N.