Minify templates and concat into one file.

This commit is contained in:
Your Name 2014-06-06 13:06:31 +02:00
parent 3fa715298e
commit 5c568e649f
5 changed files with 33 additions and 2 deletions
app/scripts

4
app/scripts/templates.js Normal file
View file

@ -0,0 +1,4 @@
/**
* Placeholder module for development. The real module holding the templates is generated via the html2js task.
*/
angular.module('templates-main', []);