[Pkg-javascript-commits] [less.js] 186/285: travis CI test 3
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:52 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 545ee85a252d634d3d30222961025a6d3483ed9b
Author: Luke Page <luke.a.page at gmail.com>
Date: Sun Oct 19 08:44:56 2014 +0100
travis CI test 3
---
Gruntfile.js | 2 +-
lib/less-browser/index.js | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/Gruntfile.js b/Gruntfile.js
index 08a9dd6..5b9d9d2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -48,7 +48,7 @@ module.exports = function (grunt) {
browser: {
src: ['./lib/less-browser/index.js'],
options: {
- ignore: ["promise"]
+ //ignore: ["promise"]
},
dest: 'tmp/less.js'
}
diff --git a/lib/less-browser/index.js b/lib/less-browser/index.js
index c43e9b7..66a8fe7 100644
--- a/lib/less-browser/index.js
+++ b/lib/less-browser/index.js
@@ -20,12 +20,6 @@ console.warn("about to apply polyfill " + window.Promise);
require('promise/polyfill.js');
console.warn("polyfill applied" + window.Promise);
-/* global TravisCITest:true */
-(function() {
- console.log("am I in strict mode? "+this);
- TravisCITest = function(){};
-})();
-console.log("TravisCITest ="+TravisCITest);
window.less = less = require('../less')();
var environment = less.environment,
--
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