From acccc03814f35a9578c519f6412be09435befe3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Bj=C3=B8rn=20Hassing=20Nielsen?= Date: Tue, 23 Dec 2014 12:56:29 +0100 Subject: [PATCH 1/2] Fix #283 glob path issue for Windows This fixes https://groups.google.com/forum/#!msg/meanjs/qOPHzMtWrPY/da9puKbyI5UJ as suggested by Silla Tan - also mentioned in #283 which was closed without a fix. --- config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index a966dde2f1..90e7ca0afa 100644 --- a/config/config.js +++ b/config/config.js @@ -89,7 +89,7 @@ var initGlobalConfigFolders = function(config, assets) { }; // Setting globbed client paths - config.folders.client = getGlobbedPaths(path.join(process.cwd(), 'modules/*/client/'), process.cwd()); + config.folders.client = getGlobbedPaths(path.join(process.cwd(), 'modules/*/client/'), process.cwd().replace(new RegExp(/\\/g),'/')); }; /** From ab18e14aa5b9b124228c70d37a4d6981fb9f7ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Bj=C3=B8rn=20Hassing=20Nielsen?= Date: Tue, 23 Dec 2014 13:32:27 +0100 Subject: [PATCH 2/2] Fix #321 image paths in social meta tags [v0.4] --- modules/core/server/views/layout.server.view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/server/views/layout.server.view.html b/modules/core/server/views/layout.server.view.html index 4a55542ab5..576f25a4ac 100644 --- a/modules/core/server/views/layout.server.view.html +++ b/modules/core/server/views/layout.server.view.html @@ -26,14 +26,14 @@ - + - +