From 3d3d42bd7c659397f69d8522cce2f4f09776078b Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 11 Jul 2013 21:00:41 +0100 Subject: [PATCH] issue #245 hbs templates not building with correct paths missed a couple of assets paths in settings --- Gruntfile.js | 2 +- core/server/views/settings.hbs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b89823943a..4efccd3715 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -127,7 +127,7 @@ var path = require('path'), options: { namespace: "JST", processName: function (filename) { - filename = filename.replace('./core/client/tpl/', ''); + filename = filename.replace('core/client/tpl/', ''); return filename.replace('.hbs', ''); } }, diff --git a/core/server/views/settings.hbs b/core/server/views/settings.hbs index f5e185dacf..07c21fffa1 100644 --- a/core/server/views/settings.hbs +++ b/core/server/views/settings.hbs @@ -30,13 +30,13 @@ @@ -184,7 +184,7 @@