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