Build all of your angular templates in just one js file using $templateCache provider
cli tool to put your html files into angular's $templateCache service
Webpack plugin that concatenates and registers AngularJS templates in the $templateCache.
Automatically generate angularjs file for templateCache. Converts html contents to json object. Compile html files and wrap it all in a single json file.
Precompile AngularJS templates to a JS file with $templateCache