[Pkg-javascript-commits] [less.js] 159/285: remove 2 files no longer used

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:23:50 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 e6cd9ba69e784732193c6eb011139ca24970c94d
Author: Luke Page <luke.a.page at gmail.com>
Date:   Thu Oct 9 05:30:33 2014 +0100

    remove 2 files no longer used
---
 build/browser-header.js | 4 ----
 build/require.js        | 7 -------
 2 files changed, 11 deletions(-)

diff --git a/build/browser-header.js b/build/browser-header.js
deleted file mode 100644
index eaff5bf..0000000
--- a/build/browser-header.js
+++ /dev/null
@@ -1,4 +0,0 @@
-if (typeof(window.less) === 'undefined' || typeof(window.less.nodeType) !== 'undefined') { window.less = {}; }
-less = window.less;
-tree = window.less.tree = {};
-less.mode = 'browser';
diff --git a/build/require.js b/build/require.js
deleted file mode 100644
index 6e9dfa6..0000000
--- a/build/require.js
+++ /dev/null
@@ -1,7 +0,0 @@
-//
-// Stub out `require` in the browser
-//
-function require(arg) {
-    return window.less[arg.split('/')[1]];
-}
-

-- 
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