From 031006daf3189ea77979a4bcb20ba68de09b3e82 Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Thu, 19 Jan 2012 21:14:11 +0100 Subject: [PATCH] (meta) todo paths.unshift fix --- lib/less/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/less/index.js b/lib/less/index.js index 68e22546..657d9bd0 100644 --- a/lib/less/index.js +++ b/lib/less/index.js @@ -90,6 +90,8 @@ var less = { less.Parser.importer = function (file, paths, callback) { var pathname; + // TODO: Undo this at some point, + // or use different approach. paths.unshift('.'); for (var i = 0; i < paths.length; i++) {