prangler
angular template preloader for grunt
Idea
$templateCache holds all templates and views for angular in a key value store
the key is the url
the value is the template
if the template is in the cache when asked for it will not make a request to the server
less requests, happier users
Let's look at the code...
observations
grunt api is excellent
especially globbing