Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	lib/less/render.js
  • Loading branch information
lukeapage committed Jan 26, 2015
2 parents 31c3d04 + e000c78 commit d700715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/less/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ module.exports = function(environment, ParseTree, ImportManager) {
entryPath: entryPath,
rootFilename: filename
};
// add in a missing trailing slash
if (rootFileInfo.rootpath && rootFileInfo.rootpath.slice(-1) !== "/") {
rootFileInfo.rootpath += "/";
}
}

var imports = new ImportManager(context, rootFileInfo);
Expand Down

0 comments on commit d700715

Please sign in to comment.