mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
Test why travis CI is failing
This commit is contained in:
@@ -14,9 +14,17 @@ var less;
|
||||
var isFileProtocol = /^(file|chrome(-extension)?|resource|qrc|app):/.test(window.location.protocol),
|
||||
options = window.less || {};
|
||||
|
||||
console.warn("about to apply polyfill " + window.Promise);
|
||||
|
||||
// shim Promise if required
|
||||
require('promise/polyfill.js');
|
||||
|
||||
console.warn("polyfill applied" + window.Promise);
|
||||
|
||||
(function() {
|
||||
console.log("am I in strict mode? "+this);
|
||||
})();
|
||||
|
||||
window.less = less = require('../less')();
|
||||
var environment = less.environment,
|
||||
FileManager = require("./file-manager")(options, isFileProtocol, less.logger),
|
||||
|
||||
Reference in New Issue
Block a user