grunt-angular-templates
Version:
Grunt build task to concatenate & register your AngularJS templates in the $templateCache
19 lines (13 loc) • 418 B
HTML
<head>
<link rel="stylesheet" href="styles/main.css">
<script src="scripts/vendor/modernizr.min.js"></script>
</head>
<body>
<script src="usemin/foo.js"></script>
<script src="usemin/bar.js"></script>
<script src="usemin/all.js"></script>
<script src="duplicate/usemin/all.js"></script>
<link rel="stylesheet" href="usemin/bar.css">
</body>
</html>