client/gruntfile.js
changeset 421 6cf2ef158f9b
parent 416 54a9de7e2b45
child 423 4f0b6f345564
--- a/client/gruntfile.js	Sat Apr 18 17:14:27 2015 +0200
+++ b/client/gruntfile.js	Sat Apr 18 17:52:37 2015 +0200
@@ -45,14 +45,11 @@
     jst: {
 		compile: {
 			options: {
-				templateSettings: {
-					//interpolate : /\{\{(.+?)\}\}/g
-				},
 				namespace: 'renkanJST',
 				//amd: true
 			},
 			files: {
-				"dist/js/templates.js": ["templates/*.html"]
+				"dist/js/templates.js": ["templates/**/*.html"]
 			}
 		}
     },