Skip to content

Commit

Permalink
Convert the Windows-styled path from Assets.get* calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava committed Feb 7, 2015
1 parent 8e8ee3e commit d07ff8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/bundler.js
Expand Up @@ -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)
Expand Down

0 comments on commit d07ff8e

Please sign in to comment.