diff -r 22393cbf4467 -r 6cf2ef158f9b client/gruntfile.js --- 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"] } } },