# HG changeset patch # User rougeronj # Date 1429372357 -7200 # Node ID 6cf2ef158f9b114e1b33ddde8618d45bb042d0ba # Parent 22393cbf44679f156cabfb0e9a2bb0699ac045e3 update jst grunt to crawl inside the nested templates folders 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"] } } },