[Pkg-javascript-commits] [less.js] 134/285: Add another todo

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:23:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v2.0.0
in repository less.js.

commit 0c1fb3248b0246e128f4a67a9b212c4b321acec5
Author: Luke Page <luke.a.page at gmail.com>
Date:   Sun Sep 21 16:48:35 2014 +0100

    Add another todo
---
 lib/less-node/environment.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/less-node/environment.js b/lib/less-node/environment.js
index c22a583..f4abb06 100644
--- a/lib/less-node/environment.js
+++ b/lib/less-node/environment.js
@@ -128,6 +128,7 @@ module.exports = {
         returner.url = returner.fileUrl + (urlParts[5] || "");
         return returner;
     },
+    // consider if we really want this in the environment or whether all or some of this should be moved to (for node) built in import manager plugins?
     loadFile: function(filename, currentDirectory, options, callback) {
         var fullFilename,
             data,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list