From d07ff8e99cfde21cf113da13d35d387b0ed309a3 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Sat, 7 Feb 2015 08:54:44 -0800 Subject: [PATCH] Convert the Windows-styled path from Assets.get* calls --- tools/bundler.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bundler.js b/tools/bundler.js index 84df931962..80edf1bc38 100644 --- a/tools/bundler.js +++ b/tools/bundler.js @@ -1285,6 +1285,7 @@ _.extend(JsImage.prototype, { // XXX This is mostly duplicated from server/boot.js, as is Npm.require // below. Some way to avoid this? var getAsset = function (assets, assetPath, encoding, callback) { + assetPath = files.convertToStandardPath(assetPath); var fut; if (! callback) { if (! Fiber.current)