Use templateCache for angular templates.
Start using Grunt in yaya-website
Create a grunt task, using a contributed task html2jshttps://github.com/karlgoldstein/grunt-html2js to create a single js file which contains all templates(populate $templateCache)
Include this file into Bundling
This will prevent caching templates in client browsers
Use templateCache for angular templates. Start using Grunt in yaya-website Create a grunt task, using a contributed task html2js https://github.com/karlgoldstein/grunt-html2js to create a single js file which contains all templates(populate $templateCache)
Include this file into Bundling This will prevent caching templates in client browsers