Modularize grunt tasks

This commit is contained in:
Rashid Khan
2013-11-14 16:07:14 -07:00
parent 2e7a2d7410
commit ec964a13b9
18 changed files with 418 additions and 381 deletions
+3 -1
View File
@@ -26,7 +26,9 @@
"grunt-contrib-requirejs": "~0.4.1",
"grunt-angular-templates": "~0.3.12",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-uglify": "~0.2.4"
"grunt-contrib-uglify": "~0.2.4",
"load-grunt-tasks": "~0.2.0",
"glob": "~3.2.7"
},
"license": "Apache License"
}